# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [2.0.1](https://github.com/ikatyang/cjk-regex/compare/v2.0.0...v2.0.1) (2021-01-07)
### Bug Fixes
* treat IDC as CJK punctuation ([#165](https://github.com/ikatyang/cjk-regex/issues/165)) ([a09c4b7](https://github.com/ikatyang/cjk-regex/commit/a09c4b7))
# [2.0.0](https://github.com/ikatyang/cjk-regex/compare/v1.0.2...v2.0.0) (2018-03-22)
### Features
* rewrite to meet w3c typography ([#68](https://github.com/ikatyang/cjk-regex/issues/68)) ([d1ca3f6](https://github.com/ikatyang/cjk-regex/commit/d1ca3f6))
### BREAKING CHANGES
* rename `.characters()` with `.letters()`
* functions are now returning a [Charset](https://github.com/ikatyang/regexp-util#charset)
## [1.0.2](https://github.com/ikatyang/cjk-regex/compare/v1.0.1...v1.0.2) (2017-10-14)
### Documentations
* **readme:** fix example ([2b272f4](https://github.com/ikatyang/cjk-regex/commit/2b272f4))
* **description:** replace texts with text ([204b480](https://github.com/ikatyang/cjk-regex/commit/204b480))
## [1.0.1](https://github.com/ikatyang/cjk-regex/compare/v1.0.0...v1.0.1) (2017-10-13)
# 1.0.0 (2017-10-13)
### Features
* initial implementation ([6cbda70](https://github.com/ikatyang/cjk-regex/commit/6cbda70))