Skip to content

Commit

Permalink
-> v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Mar 26, 2018
1 parent b819668 commit 2569060
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# devalue changelog

## 1.0.2

* Fix global name for UMD build

## 1.0.1

* XSS mitigation ([#1](https://github.com/Rich-Harris/devalue/issues/1))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "devalue",
"description": "Gets the job done when JSON.stringify can't",
"version": "1.0.1",
"version": "1.0.2",
"repository": "Rich-Harris/devalue",
"main": "dist/devalue.umd.js",
"module": "dist/devalue.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
{ file: pkg.main, format: 'umd' },
{ file: pkg.module, format: 'es' }
],
name: 'TODO',
name: 'devalue',
plugins: [
typescript({
typescript: require('typescript')
Expand Down

0 comments on commit 2569060

Please sign in to comment.