diff --git a/CHANGELOG.md b/CHANGELOG.md index 50a776b..9c5c5eb 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.4] - 2023-08-18 + +### Added + +- Documentation for overloads of `toRegExp()` + ## [1.3.3] - 2023-08-18 ### Changed @@ -88,3 +94,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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 [1.3.3]: https://github.com/hlysine/readable-regexp/releases/tag/v1.3.3 +[1.3.4]: https://github.com/hlysine/readable-regexp/releases/tag/v1.3.4 diff --git a/package.json b/package.json index 56a719d..0b83666 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readable-regexp", - "version": "1.3.3", + "version": "1.3.4", "author": "Henry Lin", "license": "MIT", "description": "Create readable Regular Expressions with concise and flexible syntax.",