Skip to content

Commit

Permalink
chore(release): 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell committed Oct 7, 2019
1 parent 2ad4448 commit 69682ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.1.3](https://github.com/cfware/node-preload/compare/v0.1.2...v0.1.3) (2019-10-07)


### Bug Fixes

* Properly handle backslashes in paths on Node.js 12 ([#2](https://github.com/cfware/node-preload/issues/2)) ([2ad4448](https://github.com/cfware/node-preload/commit/2ad4448))

### [0.1.2](https://github.com/cfware/node-preload/compare/v0.1.1...v0.1.2) (2019-09-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-preload",
"version": "0.1.2",
"version": "0.1.3",
"description": "Request that Node.js child processes preload modules",
"scripts": {
"release": "standard-version --sign",
Expand Down

0 comments on commit 69682ef

Please sign in to comment.