Skip to content

Commit f4fc5b6

Browse files
committed
Releasing v0.2.0
1 parent 4c3aef5 commit f4fc5b6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ Parses a string input
2727
### Return:
2828
* **RegExp** The parsed regular expression
2929

30+
## Changelog
31+
32+
### `v0.2.0`
33+
- Changed package name into `regexp-parser`.
34+
35+
### `v0.1.0`
36+
- Initial release
37+
3038
## How to contribute
3139

3240
1. File an issue in the repository, using the bug tracker, describing the

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "node-regex-parser",
3-
"version": "0.1.0",
2+
"name": "regex-parser",
3+
"version": "0.2.0",
44
"description": "A small module that parses a string as regular expression and returns the parsed RegExp",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)