Skip to content

Commit 992e8e6

Browse files
authored
Merge pull request #1 from xseman/release-please--branches--master--components--log4js-layout-json
v0.1.0
2 parents 4392f8b + 588caca commit 992e8e6

File tree

4 files changed

+26
-6
lines changed

4 files changed

+26
-6
lines changed

.github/.release-please-manifest.json

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

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
## 0.1.0 (2024-05-11)
4+
5+
6+
### Features
7+
8+
* initial implementation ([4609d6c](https://github.com/xseman/log4js-layout-json/commit/4609d6c2808e7dda95ad2ffe89488d93f626bf58))
9+
10+
11+
### Documentation
12+
13+
* add initial readme ([4392f8b](https://github.com/xseman/log4js-layout-json/commit/4392f8b9b5c4355728a38afd1bf1bbec5f577775))
14+
15+
16+
### Maintenance
17+
18+
* add configs ([2cc1f2c](https://github.com/xseman/log4js-layout-json/commit/2cc1f2c36c29be95884bc933677079a8298571df))
19+
* cleanup types ([81b0bd3](https://github.com/xseman/log4js-layout-json/commit/81b0bd3a3a1ac1bd1ab4244b91941deb79da206f))
20+
* **github:** add workflows ([d398698](https://github.com/xseman/log4js-layout-json/commit/d3986988d8aa9239d52f11f284f575679c2f9459))
21+
* init npm ([43a82ec](https://github.com/xseman/log4js-layout-json/commit/43a82eccb15322ae88a1b08f8bbb82c14ec2645d))

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "log4js-layout-json",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"license": "Apache-2.0",
55
"funding": "https://github.com/sponsors/xseman",
66
"homepage": "https://github.com/xseman/log4js-layout-json#readme",
@@ -16,8 +16,7 @@
1616
"pretest": "tsc",
1717
"typecheck": "tsc --noEmit"
1818
},
19-
"dependencies": {
20-
},
19+
"dependencies": {},
2120
"devDependencies": {
2221
"@types/node": "~18.18.0",
2322
"dprint": "^0.45.0",

0 commit comments

Comments
 (0)