From 3ff1eaa4b0f4d601046c163b0c93c1237653d08c Mon Sep 17 00:00:00 2001 From: Ember Nexus Bot Date: Fri, 12 Jul 2024 06:57:53 +0000 Subject: [PATCH] chore: release v0.0.60 --- CHANGELOG.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5040710..0cd11d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,10 @@ 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.60 - 2024-07-12 ### Fixed -- Fix `types` attribute in `package.json`, closes #85. +- Fix `types` attribute in `package.json`, closes [#85]. ## 0.0.59 - 2024-07-11 ### Changed diff --git a/package.json b/package.json index 2571ffb..ebbb154 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember-nexus/web-sdk", - "version": "0.0.59", + "version": "0.0.60", "type": "module", "engines": { "node": ">= 20.0"