From 8d4880fc44129d583a1542adeee675199ccf68f2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 28 Dec 2022 21:34:37 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/BlairCurrey/trpc-koa-adapter/compare/v1.1.0...v1.1.1) (2022-12-28) ### :bug: Fixes * semantic release configuration ([#15](https://github.com/BlairCurrey/trpc-koa-adapter/issues/15)) ([6c122b3](https://github.com/BlairCurrey/trpc-koa-adapter/commit/6c122b34a08e94d74cfd54397c6d14db7a9ba2b4)) ### :repeat: CI * add access token ([#19](https://github.com/BlairCurrey/trpc-koa-adapter/issues/19)) ([6cdc872](https://github.com/BlairCurrey/trpc-koa-adapter/commit/6cdc872d86a2789dbeeb068c857b6b86ee29c8ca)) * fix husky err semantic release ([#16](https://github.com/BlairCurrey/trpc-koa-adapter/issues/16)) ([2638f1b](https://github.com/BlairCurrey/trpc-koa-adapter/commit/2638f1b32de7f5bf367aa7d935b7bfbee1621a80)) * maybe bypass protected ([#17](https://github.com/BlairCurrey/trpc-koa-adapter/issues/17)) ([34e0da6](https://github.com/BlairCurrey/trpc-koa-adapter/commit/34e0da61645d79cbba4c3b03503ceed8d40b5738)) * maybe bypass protected branch ([#18](https://github.com/BlairCurrey/trpc-koa-adapter/issues/18)) ([5b0bf9c](https://github.com/BlairCurrey/trpc-koa-adapter/commit/5b0bf9c95dd5c6eb6e5282dd24b7fde935af4a7f)) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..81860e9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +## [1.1.1](https://github.com/BlairCurrey/trpc-koa-adapter/compare/v1.1.0...v1.1.1) (2022-12-28) + + +### :bug: Fixes + +* semantic release configuration ([#15](https://github.com/BlairCurrey/trpc-koa-adapter/issues/15)) ([6c122b3](https://github.com/BlairCurrey/trpc-koa-adapter/commit/6c122b34a08e94d74cfd54397c6d14db7a9ba2b4)) + + +### :repeat: CI + +* add access token ([#19](https://github.com/BlairCurrey/trpc-koa-adapter/issues/19)) ([6cdc872](https://github.com/BlairCurrey/trpc-koa-adapter/commit/6cdc872d86a2789dbeeb068c857b6b86ee29c8ca)) +* fix husky err semantic release ([#16](https://github.com/BlairCurrey/trpc-koa-adapter/issues/16)) ([2638f1b](https://github.com/BlairCurrey/trpc-koa-adapter/commit/2638f1b32de7f5bf367aa7d935b7bfbee1621a80)) +* maybe bypass protected ([#17](https://github.com/BlairCurrey/trpc-koa-adapter/issues/17)) ([34e0da6](https://github.com/BlairCurrey/trpc-koa-adapter/commit/34e0da61645d79cbba4c3b03503ceed8d40b5738)) +* maybe bypass protected branch ([#18](https://github.com/BlairCurrey/trpc-koa-adapter/issues/18)) ([5b0bf9c](https://github.com/BlairCurrey/trpc-koa-adapter/commit/5b0bf9c95dd5c6eb6e5282dd24b7fde935af4a7f)) diff --git a/package.json b/package.json index ecc0042..b09145f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trpc-koa-adapter", - "version": "1.1.0", + "version": "1.1.1", "author": "Blair Currey", "description": "Koa adapter for tRPC", "repository": {