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.4...v2.0.0) (2021-02-02)

### Code Refactoring

* **names:** change the name of the producer module to provider ([#6](#6)) ([fdf1af1](fdf1af1))

### BREAKING CHANGES

* **names:** 'ProducerModule' is now 'ProviderModule';

* docs(readme): add some links to pact and correct some mistakes

* docs(readme): change logo sizes and markup
  • Loading branch information
semantic-release-bot committed Feb 2, 2021
1 parent fdf1af1 commit 4209da8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [2.0.0](https://github.com/omermorad/nestjs-pact/compare/v1.0.4...v2.0.0) (2021-02-02)


### Code Refactoring

* **names:** change the name of the producer module to provider ([#6](https://github.com/omermorad/nestjs-pact/issues/6)) ([fdf1af1](https://github.com/omermorad/nestjs-pact/commit/fdf1af1aec891ddfbd81702fd4e352a2d8db8c66))


### BREAKING CHANGES

* **names:** 'ProducerModule' is now 'ProviderModule';

* docs(readme): add some links to pact and correct some mistakes

* docs(readme): change logo sizes and markup

## [1.0.4](https://github.com/omermorad/nestjs-pact/compare/v1.0.3...v1.0.4) (2020-12-22)


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,6 +1,6 @@
{
"name": "nestjs-pact",
"version": "1.0.4",
"version": "2.0.0",
"license": "MIT",
"description": "Injectable Pact.js Consumer/Producer for NestJS",
"keywords": [
Expand Down

0 comments on commit 4209da8

Please sign in to comment.