Skip to content

Commit 1659062

Browse files
authored
CHANGELOG additions and version set to 6.1.1 (#431)
1 parent f69392b commit 1659062

File tree

11 files changed

+35
-20
lines changed

11 files changed

+35
-20
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [6.1.1] - 2022-01-26
9+
10+
### Added
11+
12+
- package-lock.json for all modules [#426](https://github.com/aws-solutions/serverless-image-handler/pull/426)
13+
- github workflows for running unit test, eslint and prettier formatting, cdk nag, security scans [#402](https://github.com/aws-solutions/serverless-image-handler/pull/402)
14+
- demo-ui unicode support [#416](https://github.com/aws-solutions/serverless-image-handler/issues/416)
15+
16+
### Changed
17+
18+
- axios version update to 1.2.3 [#425](https://github.com/aws-solutions/serverless-image-handler/pull/425)
19+
- json5 version update to 1.0.2 [#428](https://github.com/aws-solutions/serverless-image-handler/pull/428)
20+
- CodeQL advisory resolutions
21+
- contributing guidelines
22+
823
## [6.1.0] - 2022-11-10
924

1025
### Added

source/constructs/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/constructs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "constructs",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "Serverless Image Handler Constructs",
55
"license": "Apache-2.0",
66
"bin": {
@@ -31,4 +31,4 @@
3131
"ts-node": "^10.9.1",
3232
"typescript": "^4.8.4"
3333
}
34-
}
34+
}

source/custom-resource/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/custom-resource/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-resource",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"private": true,
55
"description": "Serverless Image Handler custom resource",
66
"license": "Apache-2.0",
@@ -33,4 +33,4 @@
3333
"ts-node": "^10.9.1",
3434
"typescript": "^4.8.4"
3535
}
36-
}
36+
}

source/image-handler/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/image-handler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "image-handler",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"private": true,
55
"description": "A Lambda function for performing on-demand image edits and manipulations.",
66
"license": "Apache-2.0",
@@ -35,4 +35,4 @@
3535
"ts-node": "^10.9.1",
3636
"typescript": "^4.8.4"
3737
}
38-
}
38+
}

source/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "source",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"private": true,
55
"description": "ESLint and prettier dependencies to be used within the solution",
66
"license": "Apache-2.0",
@@ -23,4 +23,4 @@
2323
"eslint-plugin-prettier": "^4.2.1",
2424
"prettier": "~2.7.1"
2525
}
26-
}
26+
}

source/solution-utils/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)