Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Release Bot committed Aug 3, 2023
1 parent deb6dd9 commit 9e913f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0] - 2023-08-03

### Added

- 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.1.0...HEAD
[0.1.0]: https://github.com/neolution-ch/javascript-utils/releases/tag/0.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neolution-ch/javascript-utils",
"version": "0.0.0",
"version": "0.1.0",
"description": "todo @drebrez",
"homepage": "https://neolution-ch.github.io/javascript-utils",
"repository": {
Expand Down

0 comments on commit 9e913f5

Please sign in to comment.