Skip to content

Commit

Permalink
Merge pull request #1 from xseman/release-please--branches--master--c…
Browse files Browse the repository at this point in the history
…omponents--log4js-layout-json

v0.1.0
  • Loading branch information
xseman authored May 11, 2024
2 parents 4392f8b + 588caca commit 992e8e6
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 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.0.0"
".": "0.1.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

## 0.1.0 (2024-05-11)


### Features

* initial implementation ([4609d6c](https://github.com/xseman/log4js-layout-json/commit/4609d6c2808e7dda95ad2ffe89488d93f626bf58))


### Documentation

* add initial readme ([4392f8b](https://github.com/xseman/log4js-layout-json/commit/4392f8b9b5c4355728a38afd1bf1bbec5f577775))


### Maintenance

* add configs ([2cc1f2c](https://github.com/xseman/log4js-layout-json/commit/2cc1f2c36c29be95884bc933677079a8298571df))
* cleanup types ([81b0bd3](https://github.com/xseman/log4js-layout-json/commit/81b0bd3a3a1ac1bd1ab4244b91941deb79da206f))
* **github:** add workflows ([d398698](https://github.com/xseman/log4js-layout-json/commit/d3986988d8aa9239d52f11f284f575679c2f9459))
* init npm ([43a82ec](https://github.com/xseman/log4js-layout-json/commit/43a82eccb15322ae88a1b08f8bbb82c14ec2645d))
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.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "log4js-layout-json",
"version": "0.0.0",
"version": "0.1.0",
"license": "Apache-2.0",
"funding": "https://github.com/sponsors/xseman",
"homepage": "https://github.com/xseman/log4js-layout-json#readme",
Expand All @@ -16,8 +16,7 @@
"pretest": "tsc",
"typecheck": "tsc --noEmit"
},
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"@types/node": "~18.18.0",
"dprint": "^0.45.0",
Expand Down

0 comments on commit 992e8e6

Please sign in to comment.