Skip to content

Commit f4217d5

Browse files
author
GitHub Release Bot
committed
Release 0.7.0
1 parent 4129b5f commit f4217d5

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.7.0] - 2024-10-02
11+
1012
### dependabot: \#42 Bump rollup from 3.21.4 to 3.29.5
1113

1214
### 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
6769
- added `eslint-plugin-jsdoc` to lint jsdoc comments
6870
- `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
6971

70-
[unreleased]: https://github.com/neolution-ch/javascript-utils/compare/0.6.0...HEAD
72+
[unreleased]: https://github.com/neolution-ch/javascript-utils/compare/0.7.0...HEAD
73+
[0.7.0]: https://github.com/neolution-ch/javascript-utils/compare/0.6.0...0.7.0
7174
[0.6.0]: https://github.com/neolution-ch/javascript-utils/compare/0.5.0...0.6.0
7275
[0.5.0]: https://github.com/neolution-ch/javascript-utils/compare/0.4.0...0.5.0
7376
[0.4.0]: https://github.com/neolution-ch/javascript-utils/compare/0.3.1...0.4.0

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.6.0",
3+
"version": "0.7.0",
44
"description": "todo @drebrez",
55
"homepage": "https://neolution-ch.github.io/javascript-utils",
66
"repository": {

0 commit comments

Comments
 (0)