Skip to content

Commit 128ec60

Browse files
committed
Bump version to v1.3.3 and update changelog
1 parent 2710730 commit 128ec60

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.3] - 2023-08-18
9+
10+
### Changed
11+
12+
- Updated README
13+
814
## [1.3.2] - 2023-08-18
915

1016
### Changed
@@ -81,3 +87,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8187
[1.3.0]: https://github.com/hlysine/readable-regexp/releases/tag/v1.3.0
8288
[1.3.1]: https://github.com/hlysine/readable-regexp/releases/tag/v1.3.1
8389
[1.3.2]: https://github.com/hlysine/readable-regexp/releases/tag/v1.3.2
90+
[1.3.3]: https://github.com/hlysine/readable-regexp/releases/tag/v1.3.3

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.2",
3+
"version": "1.3.3",
44
"author": "Henry Lin",
55
"license": "MIT",
66
"description": "Create readable Regular Expressions with concise and flexible syntax.",

0 commit comments

Comments
 (0)