diff --git a/CHANGELOG.md b/CHANGELOG.md index f5fc8b66..cec7b038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.9.0](https://github.com/davidbonnet/astring/compare/v1.8.6...v1.9.0) (2024-08-25) + + +### Features + +* add import-attributes support ([#712](https://github.com/davidbonnet/astring/issues/712)) ([d22c19e](https://github.com/davidbonnet/astring/commit/d22c19ee636e671a8214e062c1165cf56511b40f)) + ### [1.8.6](https://github.com/davidbonnet/astring/compare/v1.8.5...v1.8.6) (2023-05-30) diff --git a/package-lock.json b/package-lock.json index bb004230..803dfa3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "astring", - "version": "1.8.6", + "version": "1.9.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 1310101e..d8d78634 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astring", - "version": "1.8.6", + "version": "1.9.0", "description": "JavaScript code generator from an ESTree-compliant AST.", "main": "./dist/astring.js", "module": "./dist/astring.mjs",