File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
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
+
7
13
## 1.0.0
8
14
This release updates to the Node v10.3.0 API. ** This change is breaking** ,
9
15
because path methods now throw errors when called with arguments that are not
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " path-browserify" ,
3
3
"description" : " the path module from node core for browsers" ,
4
- "version" : " 1.0.0 " ,
4
+ "version" : " 1.0.1 " ,
5
5
"author" : {
6
6
"name" : " James Halliday" ,
7
7
You can’t perform that action at this time.
0 commit comments