Skip to content

Commit

Permalink
chore: release 0.0.63
Browse files Browse the repository at this point in the history
  • Loading branch information
ember-nexus-bot committed Oct 6, 2024
1 parent 4db947a commit a424dc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ 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.63 - 2024-10-06
### Added
- Print warning if trailing slashes in API host configuration are found, and automatically removes them, closes #92.
- Print warning if trailing slashes in API host configuration are found, and automatically removes them, closes [#92].

### Fixed
- Fixed deprecated ts-jest configuration under globals keyword, "Define `ts-jest` config under `globals` is deprecated.".
- Removed trailing `v` from version number, fixes #88.
- Removed trailing `v` from version number, fixes [#88].

## 0.0.62 - 2024-10-01

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.62",
"version": "0.0.63",
"type": "module",
"engines": {
"node": ">= 20.0"
Expand Down

0 comments on commit a424dc3

Please sign in to comment.