- npm: Bump to 3.0.0!

This commit is contained in:
Brett Zamir
2018-10-21 18:48:15 +08:00
parent d13f99bb5e
commit 7dce21aa93
3 changed files with 4 additions and 2 deletions

View File

@@ -91,6 +91,8 @@ incorporating SVGEdit.
## Recent news ## Recent news
- 2018-10-21 Published 3.0.0 (misc. improvements including centering canvas and
key locale fixes since last RC)
- 2018-09-30 Published 3.0.0-rc.3 with security and other fixes - 2018-09-30 Published 3.0.0-rc.3 with security and other fixes
- 2018-07-31 Published 3.0.0-rc.2 with misc. fixes - 2018-07-31 Published 3.0.0-rc.2 with misc. fixes
- 2018-07-19 Published 3.0.0-rc.1 allowing for extensions and locales to be - 2018-07-19 Published 3.0.0-rc.1 allowing for extensions and locales to be

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "svgedit", "name": "svgedit",
"version": "3.0.0-rc.3", "version": "3.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "svgedit", "name": "svgedit",
"version": "3.0.0-rc.3", "version": "3.0.0",
"description": "Powerful SVG-Editor for your browser ", "description": "Powerful SVG-Editor for your browser ",
"main": "dist/index-umd.js", "main": "dist/index-umd.js",
"module": "dist/index-es.js", "module": "dist/index-es.js",