Skip to content

Commit

Permalink
Merge pull request #34 from embroider-build/new-release
Browse files Browse the repository at this point in the history
Prepare Release 1.1.1
  • Loading branch information
mansona authored Oct 2, 2023
2 parents 2f2893b + fdd7fd7 commit 2fead24
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.0",
"version": "1.1.1",
"repository": {
"type": "git",
"url": "[email protected]:embroider-build/content-tag.git"
Expand Down

0 comments on commit 2fead24

Please sign in to comment.