Skip to content

Commit

Permalink
chore(main): release eslint-config 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ezeikel committed Jan 20, 2025
1 parent 2791d10 commit 3df0e76
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"apps/mobile": "0.1.0",
"apps/web": "0.1.0",
"packages/db": "0.1.0",
"configs/eslint-config": "0.1.0",
"configs/eslint-config": "0.1.1",
"configs/prettier-config": "0.1.0",
"configs/tsconfig": "0.1.0",
"configs/sentry-config": "0.1.0"
Expand Down
8 changes: 8 additions & 0 deletions configs/eslint-config/configs/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.1.1](https://github.com/ezeikel/cuurly/compare/eslint-config-v0.1.0...eslint-config-v0.1.1) (2025-01-20)


### Features

* saving fcm token to db via trpc working ([3d0828a](https://github.com/ezeikel/cuurly/commit/3d0828a808893f3b92f12d9a2aa12a8184b0aab8))
2 changes: 1 addition & 1 deletion configs/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cuurly/eslint-config",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"type": "module",
"exports": {
Expand Down

0 comments on commit 3df0e76

Please sign in to comment.