Skip to content

Commit 872fec3

Browse files
committed
1.0.1
1 parent a41c55d commit 872fec3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 1.0.1
8+
* Fix a duplicate test name.
9+
* Tweak LICENSE text so Github can recognise it.
10+
* Tweak LICENSE text to include the year and author.
11+
* Add security policy file.
12+
713
## 1.0.0
814
This release updates to the Node v10.3.0 API. **This change is breaking**,
915
because path methods now throw errors when called with arguments that are not

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "path-browserify",
33
"description": "the path module from node core for browsers",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"author": {
66
"name": "James Halliday",
77
"email": "[email protected]",

0 commit comments

Comments
 (0)