diff --git a/CHANGELOG.md b/CHANGELOG.md index 90fe5fb..e1b3402 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/kucherenko/blamer/compare/v1.0.3...v1.0.4) (2023-09-17) + + +### Bug Fixes + +* **vulnerability:** https://gist.github.com/lirantal/14c3686370a86461f555d3f0703e02f9 ([0965877](https://github.com/kucherenko/blamer/commit/0965877f115753371a2570f10a63c455d2b2cde3)) + ### [1.0.3](https://github.com/kucherenko/blamer/compare/v1.0.1...v1.0.3) (2023-04-27) diff --git a/package.json b/package.json index ae1c609..a321366 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blamer", - "version": "1.0.3", + "version": "1.0.4", "description": "blamer is a tool for getting information about author of code from version control system", "main": "build/main/index.js", "typings": "build/main/index.d.ts",