Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Nothing yet.

## [2.0.0] - 2025-04-21

### Changed

- Package ID from `logitar-js` to `@logitar/js`.

## [1.0.1] - 2025-04-20

### Changed
Expand Down Expand Up @@ -69,8 +63,7 @@ Official release.

- Helper functions for arrays, Dates, objects, parsing, strings and URLs.

[unreleased]: https://github.com/Logitar/js/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/Logitar/js/compare/v1.0.1...v2.0.0
[unreleased]: https://github.com/Logitar/js/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/Logitar/js/compare/v1.0.1...v1.0.1
[1.0.0]: https://github.com/Logitar/js/compare/v0.5.0...v1.0.0
[0.5.0]: https://github.com/Logitar/js/compare/v0.4.0...v0.5.0
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logitar/js",
"version": "2.0.0",
"name": "logitar-js",
"version": "1.0.1",
"description": "Helper functions distributed by Logitar.",
"keywords": [
"logitar",
Expand Down