diff --git a/CHANGELOG.md b/CHANGELOG.md index 532528b..caf61a1 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.5](https://github.com/sabertazimi/LaTeX-snippets/compare/v1.0.4...v1.0.5) (2021-08-09) + + +### Building Work + +* **GitHub Linguist:** disable config files detection ([7e4d5f2](https://github.com/sabertazimi/LaTeX-snippets/commit/7e4d5f23fb3818a9277f658372fd266b6ae32a0f)) + ### [1.0.4](https://github.com/sabertazimi/LaTeX-snippets/compare/v1.0.3...v1.0.4) (2021-08-02) diff --git a/package-lock.json b/package-lock.json index c1c4358..191a429 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "latex-snippets", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "latex-snippets", - "version": "1.0.4", + "version": "1.0.5", "license": "MIT", "devDependencies": { "standard-version": "^9.3.1", diff --git a/package.json b/package.json index eeaa905..851f162 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.4", + "version": "1.0.5", "engines": { "vscode": "^1.30.0" },