diff --git a/.changeset/cuddly-zebras-reply.md b/.changeset/cuddly-zebras-reply.md deleted file mode 100644 index dcb6b17..0000000 --- a/.changeset/cuddly-zebras-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsevdos/el-utils": patch ---- - -update dependencies and fix bun github action diff --git a/.changeset/wise-poems-fix.md b/.changeset/wise-poems-fix.md deleted file mode 100644 index 55fb944..0000000 --- a/.changeset/wise-poems-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsevdos/el-utils": minor ---- - -feat(geoUtils): add greek cities functions diff --git a/CHANGELOG.md b/CHANGELOG.md index d0d6dc2..dd5e40a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @tsevdos/el-utils +## 0.6.0 + +### Minor Changes + +- [#83](https://github.com/tsevdos/elUtils/pull/83) [`e08601c`](https://github.com/tsevdos/elUtils/commit/e08601c8ccd6d0aee84ecb67349a407e762f61f3) Thanks [@arisGio](https://github.com/arisGio)! - feat(geoUtils): add greek cities functions + +### Patch Changes + +- [#85](https://github.com/tsevdos/elUtils/pull/85) [`d9903ae`](https://github.com/tsevdos/elUtils/commit/d9903ae26a0cabe094c636ef51c8907fb7a4ae95) Thanks [@tsevdos](https://github.com/tsevdos)! - update dependencies and fix bun github action + ## 0.5.0 ### Minor Changes diff --git a/package.json b/package.json index 159b3f7..74fa2da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsevdos/el-utils", - "version": "0.5.0", + "version": "0.6.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",