Skip to content

Commit 18b361e

Browse files
Travis CITravis CI
authored andcommitted
Release v3.0.0
1 parent c3d7a36 commit 18b361e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
master:
1+
3.0.0:
2+
date: 2020-10-04
23
new features:
34
- GH-48 Added URL parser module
45
breaking changes:
@@ -8,8 +9,8 @@ master:
89
- GH-52 Automated releases and publish process
910
- GH-51 Automated gh-pages docs deployment
1011
- >-
11-
GH-49 Updated .npmignore to prevent the addition of tests and config
12-
files in the published package
12+
GH-49 Updated .npmignore to prevent the addition of tests and config files
13+
in the published package
1314
- GH-49 Added system test
1415
- GH-49 Moved postman-collection to dev-dependencies
1516
- GH-49 Updated nyc configuration

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "postman-url-encoder",
3-
"version": "2.1.3",
3+
"version": "3.0.0",
44
"description": "Implementation of the WHATWG URL Standard",
55
"author": "Postman Inc.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)