Skip to content

Commit 07f82f5

Browse files
release-please[bot]mdvorak
authored andcommitted
chore(main): release 1.0.1
1 parent f3e9487 commit 07f82f5

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## [1.0.1](https://github.com/mdvorak/js-java-properties/compare/v1.0.0...v1.0.1) (2023-04-15)
4+
5+
6+
### Bug Fixes
7+
8+
* fix main entrypoint in package.json ([f3e9487](https://github.com/mdvorak/js-java-properties/commit/f3e94879cb97769cca57e73107a781f3b5855a17))
9+
310
## 1.0.0 (2023-04-15)
411

512

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": "js-java-properties",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Java properties file parser and formatter for Javascript.",
55
"scripts": {
66
"lint": "eslint .",

0 commit comments

Comments
 (0)