From fdd7fd742b2fb1f2b32def8afef97c3c3bebcfa1 Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Mon, 2 Oct 2023 16:15:13 +0100 Subject: [PATCH] Release 1.1.1 --- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.toml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 069af08..fad5624 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,22 @@ +## 1.1.1 (2023-10-02) + +#### :bug: Bug Fix +* [#27](https://github.com/embroider-build/content-tag/pull/27) Don't interpret js escapes in hbs ([@ef4](https://github.com/ef4)) +* [#24](https://github.com/embroider-build/content-tag/pull/24) BUG: backticks are not escaped ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :house: Internal +* [#33](https://github.com/embroider-build/content-tag/pull/33) Add release-it ([@mansona](https://github.com/mansona)) +* [#32](https://github.com/embroider-build/content-tag/pull/32) setup npm credentials for auto-publish ([@mansona](https://github.com/mansona)) +* [#28](https://github.com/embroider-build/content-tag/pull/28) Simplified type ([@ef4](https://github.com/ef4)) +* [#25](https://github.com/embroider-build/content-tag/pull/25) Move the ContentTagVisitor to its own module ([@ef4](https://github.com/ef4)) + +#### Committers: 3 +- Chris Manson ([@mansona](https://github.com/mansona)) +- Edward Faulkner ([@ef4](https://github.com/ef4)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + + # 1.1.0 (2023-09-22) - ENHANCEMENT: added a `parse` method for extracting location information for content tags. diff --git a/Cargo.toml b/Cargo.toml index 83bf093..c159d37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "content-tag" description = "A rust program that uses a fork of swc to parse and transform Javascript containing the content-tag proposal" repository = "https://github.com/embroider-build/content-tag" license = "MIT" -version = "1.1.0" +version = "1.1.1" edition = "2021" [lib] diff --git a/package-lock.json b/package-lock.json index ae5fa1c..2df8b98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "content-tag", - "version": "0.0.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "version": "0.0.0", + "version": "1.1.1", "devDependencies": { "@release-it-plugins/lerna-changelog": "^6.0.0", "@release-it/bumper": "^5.1.0", diff --git a/package.json b/package.json index 02f7fee..d8a184b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.0", + "version": "1.1.1", "repository": { "type": "git", "url": "git@github.com:embroider-build/content-tag.git"