Skip to content

Commit 688532c

Browse files
chore: release 2.1.2 (#32)
* chore: release 2.1.2 * Update CHANGELOG.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Simen A. W. Olsen <cobraz@cobraz.no>
1 parent 34fbcd6 commit 688532c

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+
### [2.1.2](https://www.github.com/cobraz/pubsub-http-handler/compare/v2.1.1...v2.1.2) (2021-09-07)
7+
8+
9+
### Bug Fixes
10+
11+
* `attributes` should not be required. ([#31](https://www.github.com/cobraz/pubsub-http-handler/issues/31)) ([34fbcd6](https://www.github.com/cobraz/pubsub-http-handler/commit/34fbcd6049c3b4dfead0d61f4153272e7aef6b3d))
12+
613
### [2.1.1](https://www.github.com/cobraz/pubsub-http-handler/compare/v2.1.0...v2.1.1) (2021-09-06)
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": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Handle Google PubSub requests with ease",
55
"repository": "github:cobraz/pubsub-http-handler",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)