From 0abb95a182ffc6ba0c2192b6f61671b2794c402e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:46:36 +0200 Subject: [PATCH] Version Packages (#68) Co-authored-by: github-actions[bot] --- .changeset/odd-taxis-suffer.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/odd-taxis-suffer.md diff --git a/.changeset/odd-taxis-suffer.md b/.changeset/odd-taxis-suffer.md deleted file mode 100644 index 48f974c..0000000 --- a/.changeset/odd-taxis-suffer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tsevdos/el-utils": minor ---- - -Create a formatUtils module and add a formatWeight util diff --git a/CHANGELOG.md b/CHANGELOG.md index a1bc908..c9b0744 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tsevdos/el-utils +## 0.3.0 + +### Minor Changes + +- [#67](https://github.com/tsevdos/elUtils/pull/67) [`fbb08a2`](https://github.com/tsevdos/elUtils/commit/fbb08a2019df68fbbd1ebed3f9603ac7685e2230) Thanks [@raptisj](https://github.com/raptisj)! - Create a formatUtils module and add a formatWeight util + ## 0.2.0 ### Minor Changes diff --git a/package.json b/package.json index 9523b65..8bafbf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsevdos/el-utils", - "version": "0.2.0", + "version": "0.3.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",