Skip to content

Commit 5916333

Browse files
authored
v0.6.0 (#15)
1 parent b0b58ab commit 5916333

File tree

4 files changed

+27
-4
lines changed

4 files changed

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

CHANGELOG.md

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

3+
## [0.6.0](https://github.com/xseman/log4js-appender-cloudwatch/compare/v0.5.0...v0.6.0) (2024-12-22)
4+
5+
6+
### Documentation
7+
8+
* update diagram ([#14](https://github.com/xseman/log4js-appender-cloudwatch/issues/14)) ([60df376](https://github.com/xseman/log4js-appender-cloudwatch/commit/60df37635ffaec80af84c3878b1983ff1be03f7e))
9+
* update README to include features section ([b0b58ab](https://github.com/xseman/log4js-appender-cloudwatch/commit/b0b58ab839c7fa1ca2c5357b8ba5e1ef3d592bbf))
10+
11+
12+
### Maintenance
13+
14+
* update quality checks & deps ([10c3d97](https://github.com/xseman/log4js-appender-cloudwatch/commit/10c3d970ccb555602850546df06da7888e47537d))
15+
16+
17+
### Refactors
18+
19+
* decouple initialization modules ([d6f52da](https://github.com/xseman/log4js-appender-cloudwatch/commit/d6f52dab292ed1a4c8e00696b95e71098287c75e))
20+
21+
22+
### Tests
23+
24+
* add LogBuffer ([c6df67b](https://github.com/xseman/log4js-appender-cloudwatch/commit/c6df67b6a0dbfeaf3c7a051e1918acff76a27bbe))
25+
326
## [0.5.0](https://github.com/xseman/log4js-appender-cloudwatch/compare/v0.4.3...v0.5.0) (2024-11-09)
427

528

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.5.0",
3+
"version": "0.6.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)