Skip to content

Commit

Permalink
chore: release 0.0.64
Browse files Browse the repository at this point in the history
  • Loading branch information
ember-nexus-bot committed Oct 6, 2024
1 parent 730e3c2 commit ed04c0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## 0.0.64 - 2024-10-06
### Added
- Remaining unit tests for user endpoints.

### Changed
- Improve code quality through more eslint rules and plugins, closes #98.
- Improve code quality through more eslint rules and plugins, closes [#98].

### Fixed
- Fix bug in register endpoint, where successful responses could not be parsed, closes #93.
- Fix bug in register endpoint, where successful responses could not be parsed, closes [#93].

## 0.0.63 - 2024-10-06
### Added
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": "@ember-nexus/web-sdk",
"version": "0.0.63",
"version": "0.0.64",
"type": "module",
"engines": {
"node": ">= 20.0"
Expand Down

0 comments on commit ed04c0b

Please sign in to comment.