Skip to content

Commit f0c2d34

Browse files
committed
Bump version to v1.3.2 and update changelog
1 parent 4222e24 commit f0c2d34

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.2] - 2023-08-18
9+
10+
### Changed
11+
12+
- Escape backslashes at the end of a character class option string
13+
814
## [1.3.1] - 2023-08-18
915

1016
### Added
@@ -74,3 +80,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7480
[1.2.1]: https://github.com/hlysine/readable-regexp/releases/tag/v1.2.1
7581
[1.3.0]: https://github.com/hlysine/readable-regexp/releases/tag/v1.3.0
7682
[1.3.1]: https://github.com/hlysine/readable-regexp/releases/tag/v1.3.1
83+
[1.3.2]: https://github.com/hlysine/readable-regexp/releases/tag/v1.3.2

package.json

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

0 commit comments

Comments
 (0)