We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778a9f4 commit c982093Copy full SHA for c982093
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.0.3](https://github.com/artentica/string-replace-enhanced/compare/v1.0.2...v1.0.3) (2019-04-08)
2
+
3
4
+### Bug Fixes
5
6
+* **core:** correct space adding around ( and ) ([7b6e811](https://github.com/artentica/string-replace-enhanced/commit/7b6e811))
7
8
## [1.0.2](https://github.com/artentica/string-replace-enhanced/compare/v1.0.1...v1.0.2) (2019-01-11)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "string-replace-enhanced",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "A package to go further with string replace",
"main": "./lib/sre.js",
"types": "./lib/sre.d.ts",
@@ -63,4 +63,4 @@
63
"path": "./node_modules/cz-conventional-changelog"
64
}
65
66
-}
+}
0 commit comments