Skip to content

Commit f6a8ad6

Browse files
committed
-> v2.0.0
1 parent 072b693 commit f6a8ad6

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# devalue changelog
22

3+
## 2.0.0
4+
5+
* Change license to MIT
6+
37
## 1.1.1
48

59
* Prevent object key XSS vulnerability ([#19](https://github.com/Rich-Harris/devalue/issues/19))

LICENSE

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
Copyright (c) 2018 Rich Harris
1+
Copyright (c) 2018-19 [these people](https://github.com/rich-harris/devalue/graphs/contributors)
22

3-
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:
3+
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:
44

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

7-
Any modification to the software submitted to the authors may be incorporated into the software under the terms of this license.
8-
9-
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.
7+
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.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "devalue",
33
"description": "Gets the job done when JSON.stringify can't",
4-
"version": "1.1.1",
4+
"version": "2.0.0",
55
"repository": "Rich-Harris/devalue",
66
"main": "dist/devalue.umd.js",
77
"module": "dist/devalue.esm.js",
@@ -29,5 +29,5 @@
2929
"test": "mocha --opts mocha.opts",
3030
"prepublishOnly": "npm run build && npm test"
3131
},
32-
"license": "LIL"
32+
"license": "MIT"
3333
}

0 commit comments

Comments
 (0)