Skip to content

Commit

Permalink
-> v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Oct 16, 2021
1 parent 45ea175 commit 8eef339
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@
# changelog

## 2.0.2

- Package admin

## 2.0.1

- Fix build
Expand Down
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Rich Harris",
"repository": "https://github.com/Rich-Harris/vlq",
"license": "MIT",
"version": "2.0.1",
"version": "2.0.2",
"type": "module",
"exports": {
"./package.json": "./package.json",
Expand All @@ -28,5 +28,11 @@
"build": "rollup -c && tsc",
"test": "node test",
"prepublishOnly": "npm test && npm run build"
}
},
"keywords": [
"sourcemap",
"sourcemaps",
"base64",
"vlq"
]
}

0 comments on commit 8eef339

Please sign in to comment.