diff --git a/CHANGELOG.md b/CHANGELOG.md index 4afedcf..e3fa4fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +### [1.0.2](https://github.com/skyra-project/char/compare/v1.0.1...v1.0.2) (2021-05-19) + +### Bug Fixes + +- mark package as side effect free & add ESM exports metadata ([f200849](https://github.com/skyra-project/char/commit/f2008497eb3dacb76c344bd58a160003fab23eb1)) + ### [1.0.1](https://github.com/skyra-project/char/compare/v1.0.0...v1.0.1) (2020-07-26) ## 1.0.0 (2020-07-24) diff --git a/package.json b/package.json index 08ab56e..84fb8ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skyra/char", - "version": "1.0.1", + "version": "1.0.2", "description": "A character utility library with ASCII, Latin-1, and UTF-8 support based on .NET's Char.", "author": "@skyra", "license": "MIT",