Skip to content

Commit

Permalink
chore(release): release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Dec 15, 2023
1 parent af1b07b commit a30e857
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a30e857

Please sign in to comment.