Skip to content

Commit

Permalink
chore(main): release sandworm-jest 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabidobo committed Sep 29, 2022
1 parent 7458009 commit de46cff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.2.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.0](https://github.com/sandworm-hq/sandworm-jest/compare/sandworm-jest-v1.1.0...sandworm-jest-v1.2.0) (2022-09-29)


### Features

* update `sandworm-utils` to v1.4.0 ([7458009](https://github.com/sandworm-hq/sandworm-jest/commit/745800904322a80f799e3c8c6b91fb7ee5184b5d))

## [1.1.0](https://github.com/sandworm-hq/sandworm-jest/compare/sandworm-jest-v1.0.0...sandworm-jest-v1.1.0) (2022-09-29)


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": "sandworm-jest",
"version": "1.1.0",
"version": "1.2.0",
"description": "Security Snapshot Testing Inside Your Jest Test Suite 🪱",
"main": "setup/index.js",
"scripts": {
Expand Down

0 comments on commit de46cff

Please sign in to comment.