Skip to content

Commit

Permalink
chore(release): 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kucherenko committed Apr 27, 2023
1 parent 5bbc824 commit 0b076d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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.0.3](https://github.com/kucherenko/blamer/compare/v1.0.1...v1.0.3) (2023-04-27)


### Bug Fixes

* package.json to reduce vulnerabilities ([f3fc834](https://github.com/kucherenko/blamer/commit/f3fc834e2d96b706ce3d1987ac61eadb655e588f))
* **vulnerability:** issue with xml2js [#25](https://github.com/kucherenko/blamer/issues/25) ([b0fb0e1](https://github.com/kucherenko/blamer/commit/b0fb0e1a9ef69b004d87371f7fef71b8e5f8b1ad))

### 1.0.1 (2020-03-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blamer",
"version": "1.0.2",
"version": "1.0.3",
"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",
Expand Down

0 comments on commit 0b076d0

Please sign in to comment.