Skip to content

Commit

Permalink
chore(release): 1.2.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.5](v1.2.4...v1.2.5) (2020-10-29)

### Performance Improvements

* **package:** up deps, fix vuls ([ee62988](ee62988))
  • Loading branch information
qiwibot committed Oct 29, 2020
1 parent bfab5c5 commit 58ac600
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.5](https://github.com/qiwi/stdstream-snapshot/compare/v1.2.4...v1.2.5) (2020-10-29)


### Performance Improvements

* **package:** up deps, fix vuls ([ee62988](https://github.com/qiwi/stdstream-snapshot/commit/ee62988bc91703558bedd5e1fd56d4b9312bc3bd))

## [1.2.4](https://github.com/qiwi/stdstream-snapshot/compare/v1.2.3...v1.2.4) (2019-10-30)


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": "stdstream-snapshot",
"version": "1.2.4",
"version": "1.2.5",
"private": false,
"description": "Util for CLI testing: fetch stdout, stderr streams and match data to snapshot",
"source": "src/main/ts/index.ts",
Expand Down

0 comments on commit 58ac600

Please sign in to comment.