From 666f33ef8bf12b9f4565076b98da13039d2ce596 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 01:25:15 +0300 Subject: [PATCH] Version Packages (#88) Co-authored-by: github-actions[bot] --- .changeset/lovely-ligers-doubt.md | 6 ------ CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/lovely-ligers-doubt.md diff --git a/.changeset/lovely-ligers-doubt.md b/.changeset/lovely-ligers-doubt.md deleted file mode 100644 index b19fcc3..0000000 --- a/.changeset/lovely-ligers-doubt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tsevdos/el-utils": minor ---- - -- released functions: getCities, searchCityByName, getCityById, getCityAdministrativeDivision, convertsGreekTextToComparableUpperCase and compareGreekStrings. -- improved documentation and JSDoc. diff --git a/CHANGELOG.md b/CHANGELOG.md index dd5e40a..fbff437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @tsevdos/el-utils +## 0.7.0 + +### Minor Changes + +- [#87](https://github.com/tsevdos/elUtils/pull/87) [`45c0a9e`](https://github.com/tsevdos/elUtils/commit/45c0a9e9728018f368b3fcdfacfda70adf532106) Thanks [@tsevdos](https://github.com/tsevdos)! - - released functions: getCities, searchCityByName, getCityById, getCityAdministrativeDivision, convertsGreekTextToComparableUpperCase and compareGreekStrings. + - improved documentation and JSDoc. + ## 0.6.0 ### Minor Changes diff --git a/package.json b/package.json index 58ae735..0c7042f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsevdos/el-utils", - "version": "0.6.0", + "version": "0.7.0", "description": "elUtils is a utility library with a handful of greek utility functions, such as validations, geolocations zip codes and many more.", "source": "src/index.ts", "main": "dist/index.js",