Skip to content

Commit 22df86d

Browse files
authored
Merge pull request #76 from glg/release-please--branches--master--components--release-please-action
chore(master): release 0.1.1
2 parents a5ae5f4 + 92e0a07 commit 22df86d

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/glg/node-logger/compare/v0.1.0...v0.1.1) (2022-09-12)
4+
5+
6+
### Bug Fixes
7+
8+
* Remove whitespace to make CI publish package. ([61fd04c](https://github.com/glg/node-logger/commit/61fd04cdf4af9d7f8ad016bfa443c27ddfa71db8))

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,6 +1,6 @@
11
{
22
"name": "node-logger",
3-
"version": "1.0.0",
3+
"version": "0.1.1",
44
"description": "Basic logger built on Winston",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)