Skip to content

Commit

Permalink
Merge pull request #12 from taiga-family/release/1.0.2
Browse files Browse the repository at this point in the history
🚀 Release/v1.0.2
  • Loading branch information
MillerSvt authored Apr 3, 2024
2 parents 962412c + bc98ec3 commit a51192c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.0.2](https://github.com/taiga-family/prettier-plugins/compare/v1.0.1...v1.0.2) (2024-04-03)


### Bug Fixes

* **backticks:** unescape quotes in strings ([2deedf1](https://github.com/taiga-family/prettier-plugins/commit/2deedf1726c1605d6d5e7cc99d020d2af72d0aca)), closes [#8](https://github.com/taiga-family/prettier-plugins/issues/8)
* **docs:** fix the documentation ([55afee6](https://github.com/taiga-family/prettier-plugins/commit/55afee6cd0577a1b9166343f977a24ffc9f18982)), closes [#7](https://github.com/taiga-family/prettier-plugins/issues/7)
* **workspace:** fix issues template ([79c240f](https://github.com/taiga-family/prettier-plugins/commit/79c240f907cda1c54c31acb5b0fe40d4396a90c9))

### [1.0.1](https://github.com/taiga-family/prettier-plugins/compare/v1.0.0...v1.0.1) (2024-04-02)


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,6 +1,6 @@
{
"name": "@taiga-ui/prettier-plugin-backticks",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"scripts": {
"test": "tsc --noEmit && node --import tsx --test test/fixtures.spec.ts",
Expand Down

0 comments on commit a51192c

Please sign in to comment.