From d0dc2b4957d4e4c0c496086b4ecb766e799a182d Mon Sep 17 00:00:00 2001 From: swiing Date: Sun, 22 Dec 2024 13:44:16 +0100 Subject: [PATCH] 0.6.0 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29a39d3..15d1236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ -# rollup-plugin-import-assertions ChangeLog +# rollup-plugin-import-attributes ChangeLog + +## v0.6.0 + +_2024-12-22_ + +### Updates + +- chore: align to TC39 name ## v0.5.0 diff --git a/package.json b/package.json index 8093a83..b4f0c0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-import-attributes", - "version": "0.5.0", + "version": "0.6.0", "description": "Bundles TC39 import attributes", "license": "MIT", "repository": "swiing/rollup-plugin-import-attributes",