diff --git a/CHANGELOG.md b/CHANGELOG.md index ce014a6..f583dad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +# [1.1.1](https://github.com/skyra-project/jaro-winkler/compare/v1.1.1...v1.1.1) - (2023-12-15) + +## 🐛 Bug Fixes + +- Properly split CJS and ESM ([98d8548](https://github.com/skyra-project/jaro-winkler/commit/98d8548869818f6dea802ee65210ffbc38612459)) +- Properly handle single character strings (#9) ([766d6c7](https://github.com/skyra-project/jaro-winkler/commit/766d6c79ca33305f5065d0b8fe2bca1883bbab8a)) + +## 📝 Documentation + +- Update changelog to cliff format ([af1b07b](https://github.com/skyra-project/jaro-winkler/commit/af1b07bed463adcc446feacddfc1b1ecd2452392)) +- Add copilot generated tsdoc to all functions and types ([2d9d48d](https://github.com/skyra-project/jaro-winkler/commit/2d9d48dd330f69cf5cde85709d5912c1ffb05c4e)) +- Fix name ([c879b46](https://github.com/skyra-project/jaro-winkler/commit/c879b46c4d6e202c913e4fe63c4bc8ecb0ea0eb3)) +- Add @vladfrangu as a contributor ([82a7a3c](https://github.com/skyra-project/jaro-winkler/commit/82a7a3c1ae53da51bc46d716698b05adc9c21c0f)) + # [1.1.0](https://github.com/skyra-project/jaro-winkler/compare/v1.0.0...v1.1.0) - (2022-03-20) ## 🚀 Features diff --git a/package.json b/package.json index b230f9d..8c428cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skyra/jaro-winkler", - "version": "1.1.0", + "version": "1.1.1", "description": "A string similarity utility that uses the Jaro-Winkler algorithm", "author": "@skyra", "license": "MIT",