Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xseman committed Dec 22, 2024
1 parent 5356107 commit a09a76e
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.0"
".": "0.5.1"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.5.1](https://github.com/xseman/log4js-appender-cloudwatch/compare/v0.5.0...v0.5.1) (2024-12-22)


### Documentation

* update diagram ([#14](https://github.com/xseman/log4js-appender-cloudwatch/issues/14)) ([60df376](https://github.com/xseman/log4js-appender-cloudwatch/commit/60df37635ffaec80af84c3878b1983ff1be03f7e))
* update README to include features section ([5356107](https://github.com/xseman/log4js-appender-cloudwatch/commit/535610709135171a3b5662c50dd475191859033f))


### Maintenance

* update quality checks & deps ([10c3d97](https://github.com/xseman/log4js-appender-cloudwatch/commit/10c3d970ccb555602850546df06da7888e47537d))


### Refactors

* decouple initialization modules ([d6f52da](https://github.com/xseman/log4js-appender-cloudwatch/commit/d6f52dab292ed1a4c8e00696b95e71098287c75e))


### Tests

* add LogBuffer ([c6df67b](https://github.com/xseman/log4js-appender-cloudwatch/commit/c6df67b6a0dbfeaf3c7a051e1918acff76a27bbe))

## [0.5.0](https://github.com/xseman/log4js-appender-cloudwatch/compare/v0.4.3...v0.5.0) (2024-11-09)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "log4js-appender-cloudwatch",
"version": "0.5.0",
"version": "0.5.1",
"license": "Apache-2.0",
"funding": "https://github.com/sponsors/xseman",
"homepage": "https://github.com/xseman/log4js-appender-cloudwatch#readme",
Expand Down

0 comments on commit a09a76e

Please sign in to comment.