Skip to content

Commit 8de774e

Browse files
chore: Release v0.4.2
1 parent 7d64f08 commit 8de774e

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.github/release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.4.1"}
1+
{".":"0.4.2"}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.4.2](https://github.com/unfunco/chrome-ext-aws-saml-sts/compare/chrome-ext-aws-saml-sts-v0.4.1...chrome-ext-aws-saml-sts-v0.4.2) (2024-03-06)
4+
5+
6+
### Miscellaneous
7+
8+
* Bump @aws-sdk/client-sts from 3.515.0 to 3.525.0 ([#60](https://github.com/unfunco/chrome-ext-aws-saml-sts/issues/60)) ([ac67073](https://github.com/unfunco/chrome-ext-aws-saml-sts/commit/ac67073da3fc6422b150d8bca14ee7a49a53546d))
9+
* Bump @types/node from 20.11.20 to 20.11.24 ([#57](https://github.com/unfunco/chrome-ext-aws-saml-sts/issues/57)) ([7d64f08](https://github.com/unfunco/chrome-ext-aws-saml-sts/commit/7d64f08765e7d13a995dbc6aec834efa7ebc52a1))
10+
* Bump @types/react from 18.2.55 to 18.2.61 ([#56](https://github.com/unfunco/chrome-ext-aws-saml-sts/issues/56)) ([ef33dcb](https://github.com/unfunco/chrome-ext-aws-saml-sts/commit/ef33dcb311cd4855cf8d04ffe06e38d78dd06512))
11+
* Bump @typescript-eslint/eslint-plugin from 7.0.2 to 7.1.0 ([#58](https://github.com/unfunco/chrome-ext-aws-saml-sts/issues/58)) ([1b677dd](https://github.com/unfunco/chrome-ext-aws-saml-sts/commit/1b677dde7d836540bc6cd86a993677fd0fcd06d8))
12+
* Bump @typescript-eslint/parser from 7.0.1 to 7.1.0 ([#59](https://github.com/unfunco/chrome-ext-aws-saml-sts/issues/59)) ([ec52e45](https://github.com/unfunco/chrome-ext-aws-saml-sts/commit/ec52e45f46289bf552ca024d73fc4cda7ddb3890))
13+
314
## [0.4.1](https://github.com/unfunco/chrome-ext-aws-saml-sts/compare/chrome-ext-aws-saml-sts-v0.4.0...chrome-ext-aws-saml-sts-v0.4.1) (2024-02-28)
415

516

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
@@ -67,5 +67,5 @@
6767
"test": "jest"
6868
},
6969
"type": "module",
70-
"version": "0.4.1"
70+
"version": "0.4.2"
7171
}

0 commit comments

Comments
 (0)