diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bef9a9..707d6c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.2] - 2023-08-18 + +### Changed + +- Escape backslashes at the end of a character class option string + ## [1.3.1] - 2023-08-18 ### Added @@ -74,3 +80,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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 +[1.3.2]: https://github.com/hlysine/readable-regexp/releases/tag/v1.3.2 diff --git a/package.json b/package.json index 86429b6..bbcfbec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readable-regexp", - "version": "1.3.1", + "version": "1.3.2", "author": "Henry Lin", "license": "MIT", "description": "Create readable Regular Expressions with concise and flexible syntax.",