From e7330c18d517223bbdc1950da77f626bcc83fb1d Mon Sep 17 00:00:00 2001 From: Ember Nexus Bot Date: Mon, 22 Jul 2024 06:34:01 +0000 Subject: [PATCH] chore: release 0.0.9 --- CHANGELOG.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a79dfe0..4bbb2ee 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.9 - 2024-07-22 ### Changed -- Use `ember-nexus/action-attest` instead of custom curl commands for Originstamp integration, closes #47. +- Use `ember-nexus/action-attest` instead of custom curl commands for Originstamp integration, closes [#47]. - Make `ember-nexus-default-thumbnail` more dynamic in its size. ## 0.0.8 - 2024-07-14 diff --git a/package.json b/package.json index a3d2f71..285037b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember-nexus/app-plugin-experimental", - "version": "0.0.8", + "version": "0.0.9", "type": "module", "engines": { "node": ">= 20.0"