Skip to content

Commit

Permalink
Merge pull request #23 from taiga-family/release/1.1.1
Browse files Browse the repository at this point in the history
🚀 Release/v1.1.1
  • Loading branch information
MillerSvt authored Apr 5, 2024
2 parents cc2efb9 + c6e0852 commit 5fe60c1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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


### Bug Fixes

* **backticks:** fix require ([0f20dc2](https://github.com/taiga-family/prettier-plugins/commit/0f20dc2d86f3e62200fab272e2dc65f185c819e9)), closes [#19](https://github.com/taiga-family/prettier-plugins/issues/19)
* **backticks:** fix TSModuleDeclaration ([ae5ab07](https://github.com/taiga-family/prettier-plugins/commit/ae5ab079aaccb5f566658bb23d5799b9b7ecbc3b)), closes [#20](https://github.com/taiga-family/prettier-plugins/issues/20)

## [1.1.0](https://github.com/taiga-family/prettier-plugins/compare/v1.0.3...v1.1.0) (2024-04-04)


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.1.0",
"version": "1.1.1",
"description": "",
"scripts": {
"test": "tsc --noEmit && node --import tsx --test test/*.spec.ts",
Expand Down

0 comments on commit 5fe60c1

Please sign in to comment.