Skip to content

Commit

Permalink
-> v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jun 18, 2019
1 parent 072b693 commit f6a8ad6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# devalue changelog

## 2.0.0

* Change license to MIT

## 1.1.1

* Prevent object key XSS vulnerability ([#19](https://github.com/Rich-Harris/devalue/issues/19))
Expand Down
10 changes: 4 additions & 6 deletions LICENSE
@@ -1,9 +1,7 @@
Copyright (c) 2018 Rich Harris
Copyright (c) 2018-19 [these people](https://github.com/rich-harris/devalue/graphs/contributors)

Permission is hereby granted by the authors of this software, to any person, to use the software for any purpose, free of charge, including the rights to run, read, copy, change, distribute and sell it, and including usage rights to any patents the authors may hold on it, subject to the following conditions:
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

This license, or a link to its text, must be included with all copies of the software and any derivative works.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

Any modification to the software submitted to the authors may be incorporated into the software under the terms of this license.

The software is provided "as is", without warranty of any kind, including but not limited to the warranties of title, fitness, merchantability and non-infringement. The authors have no obligation to provide support or updates for the software, and may not be held liable for any damages, claims or other liability arising from its use.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "devalue",
"description": "Gets the job done when JSON.stringify can't",
"version": "1.1.1",
"version": "2.0.0",
"repository": "Rich-Harris/devalue",
"main": "dist/devalue.umd.js",
"module": "dist/devalue.esm.js",
Expand Down Expand Up @@ -29,5 +29,5 @@
"test": "mocha --opts mocha.opts",
"prepublishOnly": "npm run build && npm test"
},
"license": "LIL"
"license": "MIT"
}

0 comments on commit f6a8ad6

Please sign in to comment.