Skip to content

Commit af9a8c2

Browse files
v0.4.0 (#5)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 418b5f9 commit af9a8c2

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.4.0"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/arch-group/log4js-appender-cloudwatch/compare/v0.3.0...v0.4.0) (2024-05-12)
4+
5+
6+
### Features
7+
8+
* add default json layout & othe improvements ([418b5f9](https://github.com/arch-group/log4js-appender-cloudwatch/commit/418b5f912c7408186f8bd83d920ac4ad8ae822b9))
9+
10+
11+
### Documentation
12+
13+
* add diagram ([b71fb35](https://github.com/arch-group/log4js-appender-cloudwatch/commit/b71fb350931baf78f3f2fcb190d7f8487f7e4335))
14+
15+
16+
### Maintenance
17+
18+
* unused dev types ([5e7f9d1](https://github.com/arch-group/log4js-appender-cloudwatch/commit/5e7f9d1d8618c09e94c8ae6eedfde79450cb97c1))
19+
20+
21+
### Styles
22+
23+
* formatting ([47baf01](https://github.com/arch-group/log4js-appender-cloudwatch/commit/47baf0192d3b3a8d54fe95df6a9d8629716e79d3))
24+
325
## [0.3.0](https://github.com/xseman/log4js-appender-cloudwatch/compare/v0.2.0...v0.3.0) (2024-02-24)
426

527

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "log4js-appender-cloudwatch",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"license": "Apache-2.0",
55
"funding": "https://github.com/sponsors/xseman",
66
"homepage": "https://github.com/xseman/log4js-appender-cloudwatch#readme",

0 commit comments

Comments
 (0)