Skip to content

Commit

Permalink
docs(release): update CHANGELOG.md with 1.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingquaks committed Jun 4, 2024
1 parent be31508 commit 42907be
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## **1.1.16**&emsp;<sub><sup>2024-06-04 ([b79f6ca...be31508](https://github.com/aws-samples/generative-ai-newsletter-app/compare/b79f6cae5c322c99defb4838c71145fad8ec1840...be315086ff9a7a603d23313400c13b7a50574252?diff=split))</sup></sub>

### Bug Fixes

##### &ensp;`authz`

- fixed bug causing accountId to not be properly added to listPublication result \(\#80\) ([408adac](https://github.com/aws-samples/generative-ai-newsletter-app/commit/408adac22ad3ec1831ef356c119e9898c5000af1), [#79](https://github.com/aws-samples/generative-ai-newsletter-app/issues/#79))

##### &ensp;`node`

- resolved mismatched dependencies \(\#47\) ([fe3518c](https://github.com/aws-samples/generative-ai-newsletter-app/commit/fe3518c36ccdb5c5687e0fbbeb045a8031c60969))

<br>

## **1.1.15**&emsp;<sub><sup>2024-05-14 (9dbc6a385ef48cc635f4f4fd43ff42a5d28df534...9dbc6a385ef48cc635f4f4fd43ff42a5d28df534)</sup></sub>

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "commonjs",
"name": "genai-newsletter",
"version": "1.1.15",
"version": "1.1.16",
"scripts": {
"config": "node -r ts-node/register ./cli/config.ts",
"build": "tsc && npm run codegen && npm run build:appsync && npm run build:ui",
Expand Down

0 comments on commit 42907be

Please sign in to comment.