Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon-sfdc authored May 5, 2023
1 parent 7d74eb8 commit 51e07cf
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### Features

* migrate from `parameter` concept to `argument` ([#45](https://github.com/salesforce/apex-mockery/issues/45)) ([ec16b56](https://github.com/salesforce/apex-mockery/commit/ec16b567cbfffc6391f7ad3d8936b3902f075774))

### Refactorings

* rename `Assertions.assertThat` in `Expect.that` ([#47](https://github.com/salesforce/apex-mockery/issues/47)) ([7d74eb8](https://github.com/salesforce/apex-mockery/commit/7d74eb8a7644ef181dcb83eeb1811397cf3d0ac4))

## [1.1.0](https://github.com/salesforce/apex-mockery/compare/v1.0.0...v1.1.0) (2023-03-09)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Apex Mockery",
"private": true,
"version": "1.1.0",
"version": "2.0.0",
"description": "Salesforce App",
"keyword": [
"salesforce",
Expand Down
6 changes: 3 additions & 3 deletions sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"path": "force-app/src",
"default": true,
"package": "Apex Mockery",
"versionNumber": "1.1.0.NEXT",
"versionName": "v1.1.0",
"versionNumber": "2.0.0.NEXT",
"versionName": "v2.0.0",
"postInstallUrl": "https://github.com/salesforce/apex-mockery#installation",
"releaseNotesUrl": "https://github.com/salesforce/apex-mockery/releases"
},
Expand All @@ -16,7 +16,7 @@
{
"path": "force-app/src",
"package": "Apex Mockery NS Test",
"versionNumber": "1.1.0.NEXT",
"versionNumber": "2.0.0.NEXT",
"default": false
}
],
Expand Down

0 comments on commit 51e07cf

Please sign in to comment.