diff --git a/CHANGELOG.md b/CHANGELOG.md index 82ae4a9..2fa7d5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 98b6994..5ec108b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember-nexus/web-sdk", - "version": "0.0.62", + "version": "0.0.63", "type": "module", "engines": { "node": ">= 20.0"