diff --git a/packages/jasmine-given/CHANGELOG.md b/packages/jasmine-given/CHANGELOG.md index 6d72136..cab752d 100644 --- a/packages/jasmine-given/CHANGELOG.md +++ b/packages/jasmine-given/CHANGELOG.md @@ -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/given/compare/@hirez_io/jasmine-given@1.0.7...@hirez_io/jasmine-given@1.1.0) (2022-03-25) + + +### Features + +* **given-core:** show original error details in new context error ([bb92e36](https://github.com/hirezio/given/commit/bb92e365027f4f6f70583abc3b598795d6e491ba)), closes [#6](https://github.com/hirezio/given/issues/6) + + + + + ## [1.0.7](https://github.com/hirezio/given/compare/@hirez_io/jasmine-given@1.0.6...@hirez_io/jasmine-given@1.0.7) (2022-03-13) **Note:** Version bump only for package @hirez_io/jasmine-given diff --git a/packages/jasmine-given/package.json b/packages/jasmine-given/package.json index 6c13b45..305b945 100644 --- a/packages/jasmine-given/package.json +++ b/packages/jasmine-given/package.json @@ -1,6 +1,6 @@ { "name": "@hirez_io/jasmine-given", - "version": "1.0.7", + "version": "1.1.0", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.com" diff --git a/packages/jest-given/CHANGELOG.md b/packages/jest-given/CHANGELOG.md index 26550d4..406ba34 100644 --- a/packages/jest-given/CHANGELOG.md +++ b/packages/jest-given/CHANGELOG.md @@ -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/given/compare/@hirez_io/jest-given@1.0.4...@hirez_io/jest-given@1.1.0) (2022-03-25) + + +### Features + +* **given-core:** show original error details in new context error ([bb92e36](https://github.com/hirezio/given/commit/bb92e365027f4f6f70583abc3b598795d6e491ba)), closes [#6](https://github.com/hirezio/given/issues/6) + + + + + ## [1.0.4](https://github.com/hirezio/given/compare/@hirez_io/jest-given@1.0.3...@hirez_io/jest-given@1.0.4) (2022-03-13) **Note:** Version bump only for package @hirez_io/jest-given diff --git a/packages/jest-given/package.json b/packages/jest-given/package.json index 26e1847..c6e69b6 100644 --- a/packages/jest-given/package.json +++ b/packages/jest-given/package.json @@ -1,6 +1,6 @@ { "name": "@hirez_io/jest-given", - "version": "1.0.4", + "version": "1.1.0", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.com"