Skip to content

Commit

Permalink
Merge pull request #23 from embroider-build/releasing
Browse files Browse the repository at this point in the history
releasing
  • Loading branch information
ef4 authored Sep 22, 2023
2 parents b8731d5 + 98fead6 commit 74e02ad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

# 1.1.0 (2023-09-22)

- ENHANCEMENT: added a `parse` method for extracting location information for content tags.

# 1.0.1 (2023-07-21)

- BUGFIX: inner expressions were not getting transpiled

# 1.0.0 (2023-07-18)

Initial release.
2 changes: 1 addition & 1 deletion Cargo.lock

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

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.0.1"
version = "1.1.0"
edition = "2021"

[lib]
Expand Down

0 comments on commit 74e02ad

Please sign in to comment.