Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjerk-bot authored Apr 30, 2023
1 parent a7bf4a7 commit 8b95773
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [3.0.0](https://github.com/bjerkio/google-cloud-logger-slack/compare/v2.0.1...v3.0.0) (2023-04-30)


### ⚠ BREAKING CHANGES

* Drops support for `makePubSubServer`. See https://github.com/simenandre/pubsub-http-handler/pull/255
* Dropping axios in favor of undici might break tests. For example, if using nock. See https://github.com/nock/nock/issues/2183

### Features

* improve log parser ([b107e89](https://github.com/bjerkio/google-cloud-logger-slack/commit/b107e89bed4d8aa0f69e85040e20185c4537db15))


### Code Refactoring

* bump pubsub-http-handler to v5 ([a7bf4a7](https://github.com/bjerkio/google-cloud-logger-slack/commit/a7bf4a7ebdf9364b04caff723d955ca5b0287ed6))
* drop axios for undici/fetch ([4b3de5b](https://github.com/bjerkio/google-cloud-logger-slack/commit/4b3de5b8b8e482ed5987e41ee3080059a1060a73))

### [2.0.1](https://www.github.com/bjerkio/google-cloud-logger-slack/compare/v2.0.0...v2.0.1) (2023-02-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gcl-slack",
"version": "2.0.1",
"version": "3.0.0",
"private": false,
"repository": "github:bjerkio/gcl-slack",
"license": "Apache-2.0",
Expand Down

0 comments on commit 8b95773

Please sign in to comment.