Skip to content

Commit 82f7810

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2020-10-07) ### Bug Fixes * wrong url in package.json ([4a6f492](4a6f492))
1 parent a7a2be5 commit 82f7810

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## [1.0.2](https://github.com/screendriver/convert-vapid-public-key/compare/v1.0.1...v1.0.2) (2020-10-07)
2+
3+
4+
### Bug Fixes
5+
6+
* wrong url in package.json ([4a6f492](https://github.com/screendriver/convert-vapid-public-key/commit/4a6f49230f3e208ef3638d0b51612f5527506bba))

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "convert-vapid-public-key",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"main": "./target/src/index.js",
55
"module": "./target/src/index.js",
66
"types": "./target/src/index.d.ts",

0 commit comments

Comments
 (0)