Skip to content

Commit

Permalink
chore(release): set package.json to 2.13.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.13.2](v2.13.1...v2.13.2) (2024-05-03)

### Bug Fixes

* add condiational around AppConfig import in cdk ([e2cf3ce](e2cf3ce))
  • Loading branch information
semantic-release-bot committed May 3, 2024
1 parent e2cf3ce commit d4b38f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.13.2](https://github.com/soliantconsulting/create-koa-api/compare/v2.13.1...v2.13.2) (2024-05-03)


### Bug Fixes

* add condiational around AppConfig import in cdk ([e2cf3ce](https://github.com/soliantconsulting/create-koa-api/commit/e2cf3ce437d038f5dbe8dc1170e44d7795236c38))

## [2.13.1](https://github.com/soliantconsulting/create-koa-api/compare/v2.13.0...v2.13.1) (2024-05-03)


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": "@soliantconsulting/create-koa-api",
"version": "2.13.1",
"version": "2.13.2",
"description": "Create a Koa API",
"type": "module",
"author": "Soliant Consulting",
Expand Down

0 comments on commit d4b38f1

Please sign in to comment.