Skip to content

Commit

Permalink
chore(release): publish new version
Browse files Browse the repository at this point in the history
 - @hirez_io/auto-spies-core@1.2.0
 - jasmine-auto-spies@6.4.0
 - jest-auto-spies@1.1.0
  • Loading branch information
@hirezio committed Oct 19, 2020
1 parent 281e128 commit 6e50d58
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 5 deletions.
11 changes: 11 additions & 0 deletions packages/auto-spies-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/hirezio/auto-spies/compare/@hirez_io/auto-spies-core@1.1.3...@hirez_io/auto-spies-core@1.2.0) (2020-10-19)


### Features

* **global:** printing function name in error when mustBeCalledWith is configured ([b5e0dbd](https://github.com/hirezio/auto-spies/commit/b5e0dbdf812d4c45f8109397e5aa4d33ffc37d82)), closes [#27](https://github.com/hirezio/auto-spies/issues/27)





## [1.1.3](https://github.com/hirezio/auto-spies/compare/@hirez_io/auto-spies-core@1.1.2...@hirez_io/auto-spies-core@1.1.3) (2020-10-01)

**Note:** Version bump only for package @hirez_io/auto-spies-core
Expand Down
2 changes: 1 addition & 1 deletion packages/auto-spies-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hirez_io/auto-spies-core",
"version": "1.1.3",
"version": "1.2.0",
"publishConfig": {
"access": "public"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/jasmine-auto-spies/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.4.0](https://github.com/hirezio/auto-spies/compare/jasmine-auto-spies@6.3.4...jasmine-auto-spies@6.4.0) (2020-10-19)


### Features

* **global:** printing function name in error when mustBeCalledWith is configured ([b5e0dbd](https://github.com/hirezio/auto-spies/commit/b5e0dbdf812d4c45f8109397e5aa4d33ffc37d82)), closes [#27](https://github.com/hirezio/auto-spies/issues/27)





## [6.3.4](https://github.com/hirezio/auto-spies/compare/jasmine-auto-spies@6.3.3...jasmine-auto-spies@6.3.4) (2020-10-01)

**Note:** Version bump only for package jasmine-auto-spies
Expand Down
4 changes: 2 additions & 2 deletions packages/jasmine-auto-spies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jasmine-auto-spies",
"version": "6.3.4",
"version": "6.4.0",
"author": {
"name": "Shai Reznik",
"company": "HiRez.io"
Expand Down Expand Up @@ -42,7 +42,7 @@
"typescript": "^3.9.7"
},
"dependencies": {
"@hirez_io/auto-spies-core": "1.1.3"
"@hirez_io/auto-spies-core": "1.2.0"
},
"peerDependencies": {
"jasmine-core": ">=2.6.0 < 4",
Expand Down
11 changes: 11 additions & 0 deletions packages/jest-auto-spies/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/hirezio/auto-spies/compare/jest-auto-spies@1.0.3...jest-auto-spies@1.1.0) (2020-10-19)


### Features

* **global:** printing function name in error when mustBeCalledWith is configured ([b5e0dbd](https://github.com/hirezio/auto-spies/commit/b5e0dbdf812d4c45f8109397e5aa4d33ffc37d82)), closes [#27](https://github.com/hirezio/auto-spies/issues/27)





## [1.0.3](https://github.com/hirezio/auto-spies/compare/jest-auto-spies@1.0.2...jest-auto-spies@1.0.3) (2020-10-01)

**Note:** Version bump only for package jest-auto-spies
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-auto-spies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-auto-spies",
"version": "1.0.3",
"version": "1.1.0",
"author": {
"name": "Shai Reznik",
"company": "HiRez.io"
Expand Down Expand Up @@ -41,7 +41,7 @@
"typescript": "^3.9.7"
},
"dependencies": {
"@hirez_io/auto-spies-core": "1.1.3"
"@hirez_io/auto-spies-core": "1.2.0"
},
"peerDependencies": {
"jest": "< 27.x",
Expand Down

0 comments on commit 6e50d58

Please sign in to comment.