Skip to content

Commit 1447535

Browse files
authored
Merge pull request #78 from glg/release-please--branches--master--components--release-please-action
chore(master): release 1.0.0
2 parents e539f6e + 58518bf commit 1447535

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/glg/node-logger/compare/v0.1.1...v1.0.0) (2022-09-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Give the packge a real org-level name.
9+
10+
### Bug Fixes
11+
12+
* Give the packge a real org-level name. ([5b3d911](https://github.com/glg/node-logger/commit/5b3d9114096ed1466e925da61e8b1f7ef2b1c022))
13+
* Update dependabot config to format commit messages correctly. ([ef4ee81](https://github.com/glg/node-logger/commit/ef4ee810ec4c34352ce19a2983158bac74dfc01c))
14+
315
## [0.1.1](https://github.com/glg/node-logger/compare/v0.1.0...v0.1.1) (2022-09-12)
416

517

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

0 commit comments

Comments
 (0)