Skip to content

Commit c982093

Browse files
chore(release): 1.0.3 [skip ci]
## [1.0.3](v1.0.2...v1.0.3) (2019-04-08) ### Bug Fixes * **core:** correct space adding around ( and ) ([7b6e811](7b6e811))
1 parent 778a9f4 commit c982093

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## [1.0.2](https://github.com/artentica/string-replace-enhanced/compare/v1.0.1...v1.0.2) (2019-01-11)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "string-replace-enhanced",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A package to go further with string replace",
55
"main": "./lib/sre.js",
66
"types": "./lib/sre.d.ts",
@@ -63,4 +63,4 @@
6363
"path": "./node_modules/cz-conventional-changelog"
6464
}
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)