Skip to content

Commit 6ba22fe

Browse files
author
GitHub Release Bot
committed
Release 0.6.0
1 parent 9a4df83 commit 6ba22fe

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.0] - 2024-06-26
11+
1012
### dependabot: \#37 Bump braces from 3.0.2 to 3.0.3
1113

1214
- added `dateIsFirstDayOfMonth`, `dateIsLeapYear`, `dateIsWeekend` and `getNextBusinessDate` utility functions
@@ -56,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5658
- added `eslint-plugin-jsdoc` to lint jsdoc comments
5759
- `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
5860

59-
[unreleased]: https://github.com/neolution-ch/javascript-utils/compare/0.5.0...HEAD
61+
[unreleased]: https://github.com/neolution-ch/javascript-utils/compare/0.6.0...HEAD
62+
[0.6.0]: https://github.com/neolution-ch/javascript-utils/compare/0.5.0...0.6.0
6063
[0.5.0]: https://github.com/neolution-ch/javascript-utils/compare/0.4.0...0.5.0
6164
[0.4.0]: https://github.com/neolution-ch/javascript-utils/compare/0.3.1...0.4.0
6265
[0.3.1]: https://github.com/neolution-ch/javascript-utils/compare/0.3.0...0.3.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neolution-ch/javascript-utils",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "todo @drebrez",
55
"homepage": "https://neolution-ch.github.io/javascript-utils",
66
"repository": {

0 commit comments

Comments
 (0)