From 6cdafcc523ee6bf2071a5fa1f6793719d3647ef1 Mon Sep 17 00:00:00 2001 From: David Bonnet Date: Tue, 20 Dec 2022 22:59:50 -0300 Subject: [PATCH] chore(release): 1.8.4 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1625d020..7d5954d4 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.8.4](https://github.com/davidbonnet/astring/compare/v1.8.3...v1.8.4) (2022-12-21) + + +### Bug Fixes + +* static computed property ([#672](https://github.com/davidbonnet/astring/issues/672)) ([1630853](https://github.com/davidbonnet/astring/commit/16308537294bf0af26f318dc2f4a535814c3cae4)) + ### [1.8.3](https://github.com/davidbonnet/astring/compare/v1.8.2...v1.8.3) (2022-04-28) diff --git a/package-lock.json b/package-lock.json index 0a4e7efc..8ef88afe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "astring", - "version": "1.8.3", + "version": "1.8.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a37dc0a9..55da8ad8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astring", - "version": "1.8.3", + "version": "1.8.4", "description": "JavaScript code generator from an ESTree-compliant AST.", "main": "./dist/astring.js", "module": "./dist/astring.mjs",