Skip to content

Commit

Permalink
chore(release): set package.json to 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0](v2.2.0...v2.3.0) (2024-01-29)

### Bug Fixes

* apply various fixes to postgres feature and VPC ([b274d11](b274d11))

### Features

* add IPv6 and move database to isolated subnet ([974a311](974a311))
* replace parameter store with appconfig ([3b9f16f](3b9f16f))
* update hello-world route to JSON:API format ([da50fb9](da50fb9))
  • Loading branch information
semantic-release-bot committed Jan 29, 2024
1 parent da50fb9 commit 9628060
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
@@ -1,3 +1,17 @@
# [2.3.0](https://github.com/soliantconsulting/create-koa-api/compare/v2.2.0...v2.3.0) (2024-01-29)


### Bug Fixes

* apply various fixes to postgres feature and VPC ([b274d11](https://github.com/soliantconsulting/create-koa-api/commit/b274d11f7723e7afdf555f99196516bfc36587e3))


### Features

* add IPv6 and move database to isolated subnet ([974a311](https://github.com/soliantconsulting/create-koa-api/commit/974a311d61c1c09215fb705a3955c0eec9e7cc48))
* replace parameter store with appconfig ([3b9f16f](https://github.com/soliantconsulting/create-koa-api/commit/3b9f16ff3be03c9ae64b546d43f79e050c723adc))
* update hello-world route to JSON:API format ([da50fb9](https://github.com/soliantconsulting/create-koa-api/commit/da50fb96b7ccc0f16f384d8be405343882b45cab))

# [2.2.0](https://github.com/soliantconsulting/create-koa-api/compare/v2.1.0...v2.2.0) (2024-01-22)


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

0 comments on commit 9628060

Please sign in to comment.