Skip to content

Commit

Permalink
chore(release): set package.json to 2.15.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.15.2](v2.15.1...v2.15.2) (2024-10-10)

### Bug Fixes

* **template:** change middleware order and add missing request logger middleware ([7442a85](7442a85))
* **template:** correctly exclude node modules and dist within packages ([636f086](636f086))
  • Loading branch information
semantic-release-bot committed Oct 10, 2024
1 parent 7442a85 commit 58a6833
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.15.2](https://github.com/soliantconsulting/create-koa-api/compare/v2.15.1...v2.15.2) (2024-10-10)


### Bug Fixes

* **template:** change middleware order and add missing request logger middleware ([7442a85](https://github.com/soliantconsulting/create-koa-api/commit/7442a85473bd3ec57a5f88c3f5fcecf5fe716a3c))
* **template:** correctly exclude node modules and dist within packages ([636f086](https://github.com/soliantconsulting/create-koa-api/commit/636f086e23cf600f949491696c38ca97f5afbd4f))

## [2.15.1](https://github.com/soliantconsulting/create-koa-api/compare/v2.15.0...v2.15.1) (2024-09-25)


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.15.1",
"version": "2.15.2",
"description": "Create a Koa API",
"type": "module",
"author": "Soliant Consulting",
Expand Down

0 comments on commit 58a6833

Please sign in to comment.