Skip to content

Commit ebe286a

Browse files
committed
docs(release): update CHANGELOG.md with 1.1.3
1 parent b5fe36a commit ebe286a

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## **1.1.3**&emsp;<sub><sup>2024-05-09 (75b63edd9f1c703c256de64c4f772211ffcd593f...b5fe36a3c15106892d2db7ac401da386986ea218)</sup></sub>
2+
3+
### Bug Fixes
4+
5+
- AppSync Functions fail to compile on Windows OS \(\#24\) (6a9779b7f27bb220ae934a1bd458fa4572592fda)
6+
7+
##### &ensp;`authz`
8+
9+
- fixed bug causing list filter to show private items of other users \(\#31\) (dacdf50c5ddf4b4a5989380c716dd9fb6faeadea)
10+
11+
<br>
12+
113
## **1.1.2**&emsp;<sub><sup>2024-05-06 (18731f52b7c763cdaf1c5d04463ef8cec847b01b...4e5603890fcafd62a66d37524c5841079b5180c1)</sup></sub>
214

315
### Bug Fixes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "commonjs",
33
"name": "genai-newsletter",
4-
"version": "1.1.2",
4+
"version": "1.1.3",
55
"bin": {
66
"genai-newsletter-app": "bin/genai-newsletter-app.js"
77
},
@@ -119,4 +119,4 @@
119119
"path": "./node_modules/cz-conventional-changelog"
120120
}
121121
}
122-
}
122+
}

0 commit comments

Comments
 (0)