From f377ec4228288af6763fc2c9b249a47d042779f4 Mon Sep 17 00:00:00 2001 From: GitHub Release Bot Date: Thu, 10 Oct 2024 09:37:56 +0000 Subject: [PATCH] Release 1.0.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d254e3e..3272e3f 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] +## [1.0.0] - 2024-10-10 + ### Added - `pkg.pr.new` workflow @@ -77,7 +79,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.7.0...HEAD +[unreleased]: https://github.com/neolution-ch/javascript-utils/compare/1.0.0...HEAD +[1.0.0]: https://github.com/neolution-ch/javascript-utils/compare/0.7.0...1.0.0 [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 diff --git a/package.json b/package.json index f3abb80..ee99dfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neolution-ch/javascript-utils", - "version": "0.7.0", + "version": "1.0.0", "description": "todo @drebrez", "homepage": "https://neolution-ch.github.io/javascript-utils", "repository": {