Skip to content

Commit 361b989

Browse files
committed
Merge branch 'master' of github.com:xseman/log4js-layout-json
2 parents 713fff8 + 1ec61fd commit 361b989

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

.github/.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

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

3+
## [0.1.1](https://github.com/xseman/log4js-layout-json/compare/v0.1.0...v0.1.1) (2024-05-11)
4+
5+
6+
### Bug Fixes
7+
8+
* missing d.ts function declaration ([1b9b730](https://github.com/xseman/log4js-layout-json/commit/1b9b7309b8cdad6bb962dcf90178fb721d99daa7))
9+
10+
11+
### Documentation
12+
13+
* fix typo ([f004bc5](https://github.com/xseman/log4js-layout-json/commit/f004bc5a6febd8c450fb13ebeb0e7d3b0e64e1bb))
14+
15+
16+
### Maintenance
17+
18+
* cleanup release ([23f910f](https://github.com/xseman/log4js-layout-json/commit/23f910fd4dae9d2acb9c01aad85446fcc10a2fbc))
19+
320
## 0.1.0 (2024-05-11)
421

522

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
@@ -1,6 +1,6 @@
11
{
22
"name": "log4js-layout-json",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"license": "Apache-2.0",
55
"funding": "https://github.com/sponsors/xseman",
66
"homepage": "https://github.com/xseman/log4js-layout-json#readme",

0 commit comments

Comments
 (0)