Skip to content

Commit 5eb1835

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2020-12-27) ### Bug Fixes * Smaller package size and corrected main ref ([b9f6b4d](b9f6b4d))
1 parent 2e0f7c3 commit 5eb1835

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/cobraz/pubsub-handler/compare/v1.0.0...v1.0.1) (2020-12-27)
7+
8+
9+
### Bug Fixes
10+
11+
* Smaller package size and corrected main ref ([b9f6b4d](https://github.com/cobraz/pubsub-handler/commit/b9f6b4de365d61b43607fd125cc239368259cedc))
12+
613
# 1.0.0 (2020-12-27)
714

815

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pubsub-http-handler",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Handle Google PubSub requests with ease",
55
"main": "dist/src/index.js",
66
"repository": {

0 commit comments

Comments
 (0)