Skip to content

Commit

Permalink
docs(release): update CHANGELOG.md with 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingquaks committed May 9, 2024
1 parent b5fe36a commit ebe286a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## **1.1.3**&emsp;<sub><sup>2024-05-09 (75b63edd9f1c703c256de64c4f772211ffcd593f...b5fe36a3c15106892d2db7ac401da386986ea218)</sup></sub>

### Bug Fixes

- AppSync Functions fail to compile on Windows OS \(\#24\) (6a9779b7f27bb220ae934a1bd458fa4572592fda)

##### &ensp;`authz`

- fixed bug causing list filter to show private items of other users \(\#31\) (dacdf50c5ddf4b4a5989380c716dd9fb6faeadea)

<br>

## **1.1.2**&emsp;<sub><sup>2024-05-06 (18731f52b7c763cdaf1c5d04463ef8cec847b01b...4e5603890fcafd62a66d37524c5841079b5180c1)</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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "commonjs",
"name": "genai-newsletter",
"version": "1.1.2",
"version": "1.1.3",
"bin": {
"genai-newsletter-app": "bin/genai-newsletter-app.js"
},
Expand Down Expand Up @@ -119,4 +119,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}

0 comments on commit ebe286a

Please sign in to comment.