Skip to content

Commit 3251bc6

Browse files
committed
docs(release): update CHANGELOG.md with 1.1.17
1 parent 44754b8 commit 3251bc6

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## **1.1.17**&emsp;<sub><sup>2024-06-19 ([2a5b067...44754b8](https://github.com/aws-samples/generative-ai-newsletter-app/compare/2a5b0674afd6fc2014efdf7ed36b464e7eb0694e...44754b85c88b55379814fcffb96177f055ab6571?diff=split))</sup></sub>
2+
3+
### Bug Fixes
4+
5+
- resolved deprecation warning with querystring@0\.2\.0 \(\#83\) ([2a5b067](https://github.com/aws-samples/generative-ai-newsletter-app/commit/2a5b0674afd6fc2014efdf7ed36b464e7eb0694e), [#72](https://github.com/aws-samples/generative-ai-newsletter-app/issues/#72))
6+
- resolved core\-js deprecation warning \(\#82\) ([d1fe8de](https://github.com/aws-samples/generative-ai-newsletter-app/commit/d1fe8de99c0fb8813020570622b6c36f28fc4253), [#73](https://github.com/aws-samples/generative-ai-newsletter-app/issues/#73))
7+
8+
9+
### BREAKING CHANGES
10+
- npm commands will fail compared to previous commits ([4df25b0](https://github.com/aws-samples/generative-ai-newsletter-app/commit/4df25b0471f681cb174c42157d1c446ce67e785d))
11+
- `iac` Potentially will cause issues if rollback is needed due to logging upgrade\. May be ([201c06f](https://github.com/aws-samples/generative-ai-newsletter-app/commit/201c06f0609ad92af68239a1e188fd6330689a17))
12+
13+
fine though
14+
15+
re: \#81
16+
<br>
17+
118
## **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>
219

320
### 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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "genai-newsletter",
3-
"version": "1.1.16",
3+
"version": "1.1.17",
44
"type": "module",
55
"scripts": {
66
"config": "node -r ts-node/register ./cli/config.ts",

0 commit comments

Comments
 (0)