We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0f7c3 commit 5eb1835Copy full SHA for 5eb1835
CHANGELOG.md
@@ -3,6 +3,13 @@
3
All notable changes to this project will be documented in this file. See
4
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
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
13
# 1.0.0 (2020-12-27)
14
15
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pubsub-http-handler",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Handle Google PubSub requests with ease",
"main": "dist/src/index.js",
"repository": {
0 commit comments