Skip to content

Commit

Permalink
chore: 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.1.15...v2.0.0) (2021-05-03)

### Bug Fixes

* update dependency @dword-design/base to v8 ([#44](#44)) ([cd266b7](cd266b7))

### BREAKING CHANGES

* require Node.js >= 12

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Sebastian Landwehr <[email protected]>
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
4 people committed May 3, 2021
1 parent cd266b7 commit d61a974
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
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/dword-design/mock-argv/compare/v1.1.15...v2.0.0) (2021-05-03)


### Bug Fixes

* update dependency @dword-design/base to v8 ([#44](https://github.com/dword-design/mock-argv/issues/44)) ([cd266b7](https://github.com/dword-design/mock-argv/commit/cd266b7aa58a4eb107a5a54515e999d3f3b11d37))


### BREAKING CHANGES

* require Node.js >= 12

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Sebastian Landwehr <[email protected]>
Co-authored-by: GitHub Actions <[email protected]>

## [1.1.15](https://github.com/dword-design/mock-argv/compare/v1.1.14...v1.1.15) (2021-04-20)


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": "mock-argv",
"version": "1.1.15",
"version": "2.0.0",
"description": "Temporarily overrides the command line arguments. This is useful for testing.",
"keywords": [
"args",
Expand Down

0 comments on commit d61a974

Please sign in to comment.