Skip to content

Commit

Permalink
chore(release): 4.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.1](v4.0.0...v4.0.1) (2022-08-11)

### Bug Fixes

* windows7 os.hostname() throw error ([3b15a2e](3b15a2e))

### Trivial Changes

* add auto test & release scripts ([2c38dcc](2c38dcc))
* **deps:** bump actions/setup-node from 3.1.1 to 3.4.1 ([5ab14c5](5ab14c5))
  • Loading branch information
semantic-release-bot committed Aug 11, 2022
1 parent 5ab14c5 commit 2259cc1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## [4.0.1](https://github.com/rvagg/bole/compare/v4.0.0...v4.0.1) (2022-08-11)


### Bug Fixes

* windows7 os.hostname() throw error ([3b15a2e](https://github.com/rvagg/bole/commit/3b15a2e9de4073ec740b9a00b5018e21d56acbcc))


### Trivial Changes

* add auto test & release scripts ([2c38dcc](https://github.com/rvagg/bole/commit/2c38dcc8f89016b22188352fa7dfa977f58da434))
* **deps:** bump actions/setup-node from 3.1.1 to 3.4.1 ([5ab14c5](https://github.com/rvagg/bole/commit/5ab14c5c2c91b8d3ed98f3c1e63ca4ac5b01584b))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "bole",
"version": "4.0.0",
"version": "4.0.1",
"description": "A tiny JSON logger",
"main": "bole.js",
"scripts": {
"lint": "standard",
"test": "npm run lint && node test.js",
"build": "true"
"build": "true"
},
"keywords": [
"logging",
Expand Down

0 comments on commit 2259cc1

Please sign in to comment.