Skip to content

Commit

Permalink
Bump version to 1.3.1 and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
hlysine committed Aug 18, 2023
1 parent 1995300 commit 4ec1292
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.1] - 2023-08-18

### Added

- Documentation for all tokens
- A TypeDoc presenting documentations

### Changed

- Updated documentation in README
- Fixed `not` token potentially negating a numbered back-reference


## [1.3.0] - 2023-08-17

### Added
Expand Down Expand Up @@ -60,3 +73,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[1.2.0]: https://github.com/hlysine/readable-regexp/releases/tag/v1.2.0
[1.2.1]: https://github.com/hlysine/readable-regexp/releases/tag/v1.2.1
[1.3.0]: https://github.com/hlysine/readable-regexp/releases/tag/v1.3.0
[1.3.1]: https://github.com/hlysine/readable-regexp/releases/tag/v1.3.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "readable-regexp",
"version": "1.3.0",
"version": "1.3.1",
"author": "Henry Lin",
"license": "MIT",
"description": "Create readable Regular Expressions with concise and flexible syntax.",
Expand Down

0 comments on commit 4ec1292

Please sign in to comment.