release 7.2.2

master
JFH 2023-12-10 11:22:50 +01:00
parent 13245ec2ff
commit 2b9fa0be0c
4 changed files with 15 additions and 14 deletions

View File

@ -0,0 +1,8 @@
# svgcanvas CHANGES
## 7.2.1
- npm packages ugrade
- bug fixes
## previous history
- See svgedit changes.md

View File

@ -1,13 +0,0 @@
{
"name": "@svgedit/svgcanvas",
"version": "7.1.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@svgedit/svgcanvas",
"version": "7.1.5",
"license": "MIT"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@svgedit/svgcanvas",
"version": "7.2.0",
"version": "7.2.2",
"description": "SVG Canvas",
"main": "dist/svgcanvas.js",
"author": "Narendra Sisodiya",

View File

@ -0,0 +1,6 @@
## To publish this package
1. update the version number in package.json
2. run 'npm install' to update the corresponding package-lock.json
3. update the CHANGES.md
4. run 'npm publish' (that will automate the build)
5. create a commit with above changes called 'release x.y.z'