Skip to content

Commit

Permalink
chore(main): release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LudoMeurillon committed Nov 22, 2024
1 parent f5bb8d9 commit eb583cf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.2.0](https://github.com/salesforce/apex-mockery/compare/v2.1.0...v2.2.0) (2024-11-22)


### Features

* add "global" and "matching" `once` API ([#69](https://github.com/salesforce/apex-mockery/issues/69)) ([f5bb8d9](https://github.com/salesforce/apex-mockery/commit/f5bb8d936932d11ef7bd425a591737ca4a194717))
* add names and types of method parameters in error output ([#62](https://github.com/salesforce/apex-mockery/issues/62)) ([4c6cc01](https://github.com/salesforce/apex-mockery/commit/4c6cc012b1a90c8b756f08d148a454a25642c84e))


### Bug Fixes

* spy calls with newer SObjects (and misc. updates) ([#63](https://github.com/salesforce/apex-mockery/issues/63)) ([d914655](https://github.com/salesforce/apex-mockery/commit/d91465551026e4034fa7c75fc2ec243c4c595dd1))

## [2.1.0](https://github.com/salesforce/apex-mockery/compare/v2.0.0...v2.1.0) (2023-05-12)


Expand Down
2 changes: 1 addition & 1 deletion sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"path": "force-app/src",
"default": true,
"package": "Apex Mockery",
"versionNumber": "2.1.0.NEXT",
"versionNumber": "2.2.0.NEXT",
"versionName": "v2.1.0",
"postInstallUrl": "https://github.com/salesforce/apex-mockery#installation",
"releaseNotesUrl": "https://github.com/salesforce/apex-mockery/releases"
Expand Down

0 comments on commit eb583cf

Please sign in to comment.