From 97ae2b2071c29fb92d0bb70403f75aa0f56a2cf0 Mon Sep 17 00:00:00 2001 From: David Bonnet Date: Wed, 31 May 2023 01:08:56 +0200 Subject: [PATCH] chore(release): 1.8.6 --- 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 13a6033e..f5fc8b66 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.6](https://github.com/davidbonnet/astring/compare/v1.8.5...v1.8.6) (2023-05-30) + + +### Bug Fixes + +* **nullish:** missing parenthesis ([be1aefb](https://github.com/davidbonnet/astring/commit/be1aefb7396c62b8504d15fc21891e4e9317f492)), closes [#695](https://github.com/davidbonnet/astring/issues/695) + ### [1.8.5](https://github.com/davidbonnet/astring/compare/v1.8.4...v1.8.5) (2023-05-19) diff --git a/package-lock.json b/package-lock.json index a762288d..504c9772 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "astring", - "version": "1.8.5", + "version": "1.8.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 65d01408..922f7f5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astring", - "version": "1.8.5", + "version": "1.8.6", "description": "JavaScript code generator from an ESTree-compliant AST.", "main": "./dist/astring.js", "module": "./dist/astring.mjs",