Skip to content

Commit

Permalink
chore: bump version for 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
owenpearson committed Nov 11, 2022
1 parent f46bf23 commit dc323ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ably/laravel-echo",
"version": "1.0.0",
"version": "1.0.1",
"description": "Laravel Echo library for beautiful Ably integration",
"keywords": [
"laravel",
Expand All @@ -26,8 +26,8 @@
"prepublish": "npm run build",
"use:ablyReadme": "move-cli 'README.md' 'base.README.md' && move-cli '.github/README.md' 'README.md'",
"use:baseReadme": "move-cli 'README.md' '.github/README.md' && move-cli 'base.README.md' 'README.md'",
"prepublishOnly": "run-s build use:npmReadme",
"postpublish": "npm run use:gitReadme",
"prepublishOnly": "run-s build use:ablyReadme",
"postpublish": "npm run use:baseReadme",
"release": "npm run test && standard-version && git push --follow-tags && npm publish",
"test": "jest"
},
Expand Down

0 comments on commit dc323ec

Please sign in to comment.