Skip to content

Commit 9408c74

Browse files
committed
v0.1.1
1 parent b32ccb6 commit 9408c74

File tree

4 files changed

+24
-4
lines changed

4 files changed

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

CHANGELOG.md

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

3+
## [0.1.1](https://github.com/xseman/log4js-appender-sentry/compare/v0.1.0...v0.1.1) (2024-10-24)
4+
5+
6+
### Dependency updates
7+
8+
* bump sentry/node ([29e6e02](https://github.com/xseman/log4js-appender-sentry/commit/29e6e02658364582bb6662a0002999d2f1cc53da))
9+
* upgrade @sentry/node & dev deps, move log4js to peerDeps ([9eefef7](https://github.com/xseman/log4js-appender-sentry/commit/9eefef70272bd66f4f93af18f15863bdce4aecf1))
10+
11+
12+
### Documentation
13+
14+
* add diagram ([eee88ed](https://github.com/xseman/log4js-appender-sentry/commit/eee88ed51ea628511dc01bfb59aba45fb4b7a1d8))
15+
16+
17+
### Maintenance
18+
19+
* add manuall publish dispatch ([11d707e](https://github.com/xseman/log4js-appender-sentry/commit/11d707e64682f6629f6f4bc37d65dd9edf89a5d7))
20+
* bump packages, workflows & configs ([b32ccb6](https://github.com/xseman/log4js-appender-sentry/commit/b32ccb605e5805b44ddda2ea166ae9eaa946af95))
21+
* **chore:** update job source name ([8ee188d](https://github.com/xseman/log4js-appender-sentry/commit/8ee188d085f96cec1f48b17be16c593dd90bbd11))
22+
323
## [0.1.0](https://github.com/arch-group/log4js-appender-sentry/compare/v0.0.1...v0.1.0) (2024-02-25)
424

525

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,7 +1,7 @@
11
{
22
"name": "log4js-appender-sentry",
33
"description": "Sentry Appender for log4js-node",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/xseman/log4js-appender-sentry#readme",
77
"author": "Filip Seman <filip.seman@pm.me>",

0 commit comments

Comments
 (0)