Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0](v1.0.2...v2.0.0) (2023-11-01)

### ⚠ BREAKING CHANGES

* method map values must now be wrapped in `Sinon.stub().returns()`

### Features

* support stubbed properties as well as methods ([#12](#12)) ([42413b2](42413b2))
  • Loading branch information
semantic-release-bot committed Nov 1, 2023
1 parent 42413b2 commit a51790a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [2.0.0](https://github.com/achingbrain/sinon-ts/compare/v1.0.2...v2.0.0) (2023-11-01)


### ⚠ BREAKING CHANGES

* method map values must now be wrapped in `Sinon.stub().returns()`

### Features

* support stubbed properties as well as methods ([#12](https://github.com/achingbrain/sinon-ts/issues/12)) ([42413b2](https://github.com/achingbrain/sinon-ts/commit/42413b24dafc625df5048e5ce58dce2755749099))

## [1.0.2](https://github.com/achingbrain/sinon-ts/compare/v1.0.1...v1.0.2) (2023-11-01)


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": "sinon-ts",
"version": "1.0.2",
"version": "2.0.0",
"description": "sinon library extension to stub whole object and interfaces",
"author": "Alex Potsides <[email protected]>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit a51790a

Please sign in to comment.