Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Apr 4, 2022
1 parent b00a443 commit fd90716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lint:fix": "turbo run lint:fix",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"prepareForRelease": "turbo run prepareForRelease",
"release": "turbo run release",
"release": "npx lerna publish from-package --yes",
"test": "turbo run test"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/deezer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": {
"name": "KagChi"
},
"version": "0.1.2",
"version": "0.1.3",
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
Expand Down

0 comments on commit fd90716

Please sign in to comment.