diff --git a/CHANGELOG.md b/CHANGELOG.md index 38c33f1..532528b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.4](https://github.com/sabertazimi/LaTeX-snippets/compare/v1.0.3...v1.0.4) (2021-08-02) + + +### Bug Fixes + +* **release:** tag with signature ([7cbfc16](https://github.com/sabertazimi/LaTeX-snippets/commit/7cbfc16e0d27c6b4bf96941a422c8315840e08be)) + ### [1.0.3](https://github.com/sabertazimi/LaTeX-snippets/compare/v1.0.2...v1.0.3) (2021-08-02) diff --git a/package-lock.json b/package-lock.json index ec22710..c1c4358 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "latex-snippets", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "latex-snippets", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "devDependencies": { "standard-version": "^9.3.1", diff --git a/package.json b/package.json index f24badb..eeaa905 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "icon": "images/icon.png", "description": "Powerful LaTeX Snippets for CS Paper Writing", - "version": "1.0.3", + "version": "1.0.4", "engines": { "vscode": "^1.30.0" },