Skip to content

Commit

Permalink
chore(release): 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitor Hugo Salgado committed Jul 29, 2022
1 parent 8182c89 commit 8371b83
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.0.1](https://github.com/vitorsalgado/mocha/compare/v2.0.0...v2.0.1) (2022-07-29)

### Bug Fixes

- **matchers:** contains with map ([e8c05e4](https://github.com/vitorsalgado/mocha/commit/e8c05e44455a5a055a69b3561f2e674ede8b4019))

### Chore

- add simple application example ([69e22df](https://github.com/vitorsalgado/mocha/commit/69e22df9dfb127f4670b91a00bba44d0fe36a875))
- **examples:** adjust table of contents ([b7c15c8](https://github.com/vitorsalgado/mocha/commit/b7c15c8756acb94dd848358ca57b22792318d3cb))
- fix cors pkg doc ([d56b841](https://github.com/vitorsalgado/mocha/commit/d56b8416be6ec989c136db718ee98b6a22f2efe2))

### Docs

- Add syntax highlighting to all go code in readme ([#3](https://github.com/vitorsalgado/mocha/issues/3)) ([55fcab6](https://github.com/vitorsalgado/mocha/commit/55fcab6f0d0ed6956bbb6de3d834bc40a01e4f72))
- fix docs and badges references ([77bbdb0](https://github.com/vitorsalgado/mocha/commit/77bbdb0249f0cbbd0578664b29d992a99eff5c93))

### Refactor

- fix typo ([1d480fe](https://github.com/vitorsalgado/mocha/commit/1d480feaef07e7ec91a2677959f2bc904afd027e))
- ignore cov of testmocks ([5cf2da6](https://github.com/vitorsalgado/mocha/commit/5cf2da6b0c2f81a3d39fa27b13fb0bd2c46c9f15))
- move cov + change describe mismatch params ([8182c89](https://github.com/vitorsalgado/mocha/commit/8182c8913133f2865238726a5cb577b6946c2cb1))

## [2.0.0](https://github.com/vitorsalgado/mocha/compare/v1.1.0...v2.0.0) (2022-07-27)

### Bug Fixes
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": "mocha",
"version": "2.0.0",
"version": "2.0.1",
"author": "Vitor Hugo Salgado <vsalgadopb@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/vitorsalgado/mocha#readme",
Expand Down

0 comments on commit 8371b83

Please sign in to comment.