Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatyang committed Jul 9, 2023
1 parent 11b45cb commit bf86270
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,22 @@
# Change Log
# Changelog

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.

# [4.0.0](https://github.com/ikatyang/unicode-regex/compare/v3.0.0...v4.0.0) (2023-07-09)

### Build System

- update infra ([#298](https://github.com/ikatyang/unicode-regex/issues/298)) ([4270f16](https://github.com/ikatyang/unicode-regex/commit/4270f16ae9d679a93a1dffc08700568452c162dd))

### Features

- support Unicode 15.0.0 ([#299](https://github.com/ikatyang/unicode-regex/issues/299)) ([775d18e](https://github.com/ikatyang/unicode-regex/commit/775d18e4ecf693689b421cf3d41cdfd496af4eb2))

### BREAKING CHANGES

- upgrade Unicode data from v12.1.0 to v15.0.0
- this package is now pure ESM

<a name="3.0.0"></a>

# [3.0.0](https://github.com/ikatyang/unicode-regex/compare/v2.0.0...v3.0.0) (2019-09-29)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "unicode-regex",
"type": "module",
"version": "3.0.0",
"version": "4.0.0",
"description": "regular expression for matching unicode category",
"keywords": [
"regular-expression",
Expand Down

0 comments on commit bf86270

Please sign in to comment.