diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..eb886bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +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.0 (2024-04-02) diff --git a/package-lock.json b/package-lock.json index d00833f..e415e0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "prettier-plugin-backticks", - "version": "0.1.0-beta", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "prettier-plugin-backticks", - "version": "0.1.0-beta", + "version": "1.0.0", "license": "Apache-2.0", "devDependencies": { "@taiga-ui/eslint-plugin-experience": "^0.67.10", diff --git a/package.json b/package.json index c525bb0..211f13a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/prettier-plugin-backticks", - "version": "0.0.0", + "version": "1.0.0", "description": "", "scripts": { "test": "tsc --noEmit && node --import tsx --test test/fixtures.spec.ts",