Skip to content

Commit

Permalink
Release 2.5.0 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
Utar94 authored Apr 23, 2024
1 parent 55ca3e3 commit da509b2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

Nothing yet.

## [2.5.0] - 2024-04-23

### Added

- New helpers: `arrayUtils`, `dateUtils`, `objectUtils`, `stringUtils` and `urlUtils`.
- Installed `logitar-js` code library.

### Fixed

- Completed existing helpers documentation.
- LICENSE year.

### Removed

- `.yarnrc.yml` file.

## [2.4.0] - 2024-04-18

Expand Down Expand Up @@ -124,7 +133,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Implemented an Image component.
- Implemented an Input component.

[unreleased]: https://github.com/Logitar/Vue3Ui/compare/v2.4.0...HEAD
[unreleased]: https://github.com/Logitar/Vue3Ui/compare/v2.5.0...HEAD
[2.5.0]: https://github.com/Logitar/Vue3Ui/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/Logitar/Vue3Ui/compare/v2.3.0...v2.4.0
[2.3.0]: https://github.com/Logitar/Vue3Ui/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/Logitar/Vue3Ui/compare/v2.1.1...v2.2.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logitar-vue3-ui",
"version": "2.4.0",
"version": "2.5.0",
"description": "Helper functions & Bootstrap5 component library for Vue3 distributed by Logitar.",
"keywords": [
"logitar",
Expand Down

0 comments on commit da509b2

Please sign in to comment.