chordsheetjs 14.6.0 → 14.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "chordsheetjs",
3
3
  "author": "Martijn Versluis",
4
- "version": "14.6.0",
4
+ "version": "14.6.1",
5
5
  "description": "A JavaScript library for parsing and formatting chord sheets",
6
6
  "source": "src/index.ts",
7
7
  "main": "lib/index.js",
@@ -81,6 +81,7 @@
81
81
  "lint:fix": "yarn unibuild lint --fix",
82
82
  "postversion": "yarn build:release",
83
83
  "prepare": "yarn install && yarn build",
84
+ "publish:canary": "tsx script/publish_canary.ts",
84
85
  "release": "yarn install && (yarn npm whoami || (echo 'Not logged in. Run: yarn npm login' && exit 1)) && yarn unibuild release",
85
86
  "test": "yarn unibuild lint && yarn unibuild test",
86
87
  "playground": "cd playground && parcel index.html --port=3300 --no-cache"