From dc323eca49f5e67446479263c55677c3016cbf64 Mon Sep 17 00:00:00 2001 From: Owen Pearson Date: Fri, 11 Nov 2022 15:54:33 +0000 Subject: [PATCH] chore: bump version for 1.0.1 release --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 69b39676..12e0cae2 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" },