Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2022-12-28)

### 🐛 Fixes

* semantic release configuration ([#15](#15)) ([6c122b3](6c122b3))

### 🔁 CI

* add access token ([#19](#19)) ([6cdc872](6cdc872))
* fix husky err semantic release ([#16](#16)) ([2638f1b](2638f1b))
* maybe bypass protected ([#17](#17)) ([34e0da6](34e0da6))
* maybe bypass protected branch ([#18](#18)) ([5b0bf9c](5b0bf9c))
  • Loading branch information
semantic-release-bot committed Dec 28, 2022
1 parent 6cdc872 commit 8d4880f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 8d4880f

Please sign in to comment.