Skip to content

Commit 4ec1292

Browse files
committedAug 18, 2023
Bump version to 1.3.1 and update CHANGELOG
1 parent 1995300 commit 4ec1292

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed
 

‎CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.1] - 2023-08-18
9+
10+
### Added
11+
12+
- Documentation for all tokens
13+
- A TypeDoc presenting documentations
14+
15+
### Changed
16+
17+
- Updated documentation in README
18+
- Fixed `not` token potentially negating a numbered back-reference
19+
20+
821
## [1.3.0] - 2023-08-17
922

1023
### Added
@@ -60,3 +73,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6073
[1.2.0]: https://github.com/hlysine/readable-regexp/releases/tag/v1.2.0
6174
[1.2.1]: https://github.com/hlysine/readable-regexp/releases/tag/v1.2.1
6275
[1.3.0]: https://github.com/hlysine/readable-regexp/releases/tag/v1.3.0
76+
[1.3.1]: https://github.com/hlysine/readable-regexp/releases/tag/v1.3.1

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "readable-regexp",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"author": "Henry Lin",
55
"license": "MIT",
66
"description": "Create readable Regular Expressions with concise and flexible syntax.",

0 commit comments

Comments
 (0)
Please sign in to comment.