diff --git a/CHANGELOG.md b/CHANGELOG.md index 1853de2..d0796be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +# [1.0.3](https://github.com/skyra-project/char/compare/v1.0.2...v1.0.3) - (2022-11-27) + +## 📝 Documentation + +- Add @renovate[bot] as a contributor ([7bfbdb6](https://github.com/skyra-project/char/commit/7bfbdb60c5edb1dbff001d8cb82c7983588aede2)) +- Add @depfu[bot] as a contributor ([be3eac1](https://github.com/skyra-project/char/commit/be3eac14e1a8d170b8ab568e09b0c8f3c8d5e52e)) +- Add @dependabot[bot] as a contributor ([8eca42e](https://github.com/skyra-project/char/commit/8eca42e68b285677356089a9031f0cdd36610f7c)) +- Add @Quantumlyy as a contributor ([8db54df](https://github.com/skyra-project/char/commit/8db54df51f87965a354cb3b39d3af99d97a1bff6)) +- **coc:** Update contact email ([72c3f8c](https://github.com/skyra-project/char/commit/72c3f8cefe2b65349b5bee5a563515d807aeeab6)) + ### [1.0.2](https://github.com/skyra-project/char/compare/v1.0.1...v1.0.2) (2021-05-19) ### Bug Fixes diff --git a/package.json b/package.json index 8e6219a..b30bad9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skyra/char", - "version": "1.0.2", + "version": "1.0.3", "description": "A character utility library with ASCII, Latin-1, and UTF-8 support based on .NET's Char.", "author": "@skyra", "license": "MIT",