- Docs: Add vulnerabilities badge; reorder
- npm: Bump to 5.1.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# SVG-Edit CHANGES
|
# SVG-Edit CHANGES
|
||||||
|
|
||||||
## ?
|
## 5.1.0
|
||||||
|
|
||||||
- Deprecated: Should now use `avoidClientSideDownload` in place of
|
- Deprecated: Should now use `avoidClientSideDownload` in place of
|
||||||
`avoidClientSide` (config for `ext-server_opensave.js`).
|
`avoidClientSide` (config for `ext-server_opensave.js`).
|
||||||
|
|||||||
@@ -1,11 +1,14 @@
|
|||||||
#  SVG-edit
|
#  SVG-edit
|
||||||
|
|
||||||
|
[](https://www.npmjs.com/package/svgedit)
|
||||||
[](https://david-dm.org/SVG-Edit/svgedit)
|
[](https://david-dm.org/SVG-Edit/svgedit)
|
||||||
[](https://david-dm.org/SVG-Edit/svgedit?type=dev)
|
[](https://david-dm.org/SVG-Edit/svgedit?type=dev)
|
||||||
[](https://www.npmjs.com/package/svgedit)
|
|
||||||
[](LICENSE-MIT)
|
[](https://snyk.io/test/github/SVG-Edit/svgedit)
|
||||||
[](https://lgtm.com/projects/g/SVG-Edit/svgedit/context:javascript)
|
|
||||||
[](https://lgtm.com/projects/g/SVG-Edit/svgedit/alerts)
|
[](https://lgtm.com/projects/g/SVG-Edit/svgedit/alerts)
|
||||||
|
[](https://lgtm.com/projects/g/SVG-Edit/svgedit/context:javascript)
|
||||||
|
|
||||||
|
[](LICENSE-MIT)
|
||||||
|
|
||||||
[](https://issuehunt.io/r/SVG-Edit/svgedit)
|
[](https://issuehunt.io/r/SVG-Edit/svgedit)
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
1. Add new release info to `Recent news` section in README
|
1. Add new release info to `Recent news` section in README
|
||||||
1. Commit these changes
|
1. Commit these changes
|
||||||
<!-- with `git commit -m "Updating Makefile and CHANGES for release X.Y.Z"`-->.
|
<!-- with `git commit -m "Updating Makefile and CHANGES for release X.Y.Z"`-->.
|
||||||
1. Tag the version, prefixed by "v", e.g., `v5.0.1`.
|
1. Tag the version, prefixed by "v", e.g., `v5.1.0`.
|
||||||
|
|
||||||
The above steps can be done on a fork and committed via a pull request.
|
The above steps can be done on a fork and committed via a pull request.
|
||||||
|
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "svgedit",
|
"name": "svgedit",
|
||||||
"version": "5.0.0",
|
"version": "5.1.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "svgedit",
|
"name": "svgedit",
|
||||||
"version": "5.0.0",
|
"version": "5.1.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",
|
||||||
|
|||||||
Reference in New Issue
Block a user