Skip to content

Commit

Permalink
chore: release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 2, 2017
1 parent 52f2061 commit f60bac2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.md
@@ -1,3 +1,7 @@
1.2.1 / 2016-02-01
==================
* fix: only call decodeURIComponent once so you can encode % #11 [sal89](https://github.com/sal89)

1.2.0 / 2016-01-16
==================
* fix: call decodeURIComponent on username and password #9
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "muri",
"version": "1.2.0",
"version": "1.2.1",
"description": "MongoDB URI parser",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f60bac2

Please sign in to comment.