From 072acf3885dc071510548dcb03aab2d480321385 Mon Sep 17 00:00:00 2001 From: GitHub Release Bot Date: Thu, 17 Oct 2024 12:10:11 +0000 Subject: [PATCH] Release 1.1.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c479ced..404e8c0 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.1.0] - 2024-10-17 + - export `boolean` utilities ## [1.0.0] - 2024-10-10 @@ -81,7 +83,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/1.0.0...HEAD +[unreleased]: https://github.com/neolution-ch/javascript-utils/compare/1.1.0...HEAD +[1.1.0]: https://github.com/neolution-ch/javascript-utils/compare/1.0.0...1.1.0 [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 diff --git a/package.json b/package.json index ee99dfe..40d7eb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neolution-ch/javascript-utils", - "version": "1.0.0", + "version": "1.1.0", "description": "todo @drebrez", "homepage": "https://neolution-ch.github.io/javascript-utils", "repository": {