From f4217d5de2ea1aa46684bf79ab20229a8fa282b6 Mon Sep 17 00:00:00 2001 From: GitHub Release Bot Date: Wed, 2 Oct 2024 10:51:24 +0000 Subject: [PATCH] Release 0.7.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee4f107..efd72c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0] - 2024-10-02 + ### dependabot: \#42 Bump rollup from 3.21.4 to 3.29.5 ### dependabot: \#40 Bump webpack from 5.82.0 to 5.94.0 @@ -67,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - added `eslint-plugin-jsdoc` to lint jsdoc comments - `getEnumNameFromValue`,`getEnumValueFromName`, `getEnumNames`,`getEnumNameValues` functions to respectively get the name of an enum from its value, the value from its name, all the names and all the values -[unreleased]: https://github.com/neolution-ch/javascript-utils/compare/0.6.0...HEAD +[unreleased]: https://github.com/neolution-ch/javascript-utils/compare/0.7.0...HEAD +[0.7.0]: https://github.com/neolution-ch/javascript-utils/compare/0.6.0...0.7.0 [0.6.0]: https://github.com/neolution-ch/javascript-utils/compare/0.5.0...0.6.0 [0.5.0]: https://github.com/neolution-ch/javascript-utils/compare/0.4.0...0.5.0 [0.4.0]: https://github.com/neolution-ch/javascript-utils/compare/0.3.1...0.4.0 diff --git a/package.json b/package.json index d21a5e5..f3abb80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neolution-ch/javascript-utils", - "version": "0.6.0", + "version": "0.7.0", "description": "todo @drebrez", "homepage": "https://neolution-ch.github.io/javascript-utils", "repository": {