Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Jul 29, 2022
1 parent daa2148 commit e8d6f3e
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,16 @@
# Changelog

## [2.0.0] - 2022-07-29

### Changed

- **Breaking:** bump `glob` from 7 to 8 ([`d6d779f`](https://github.com/vweevers/dotnet-bump/commit/d6d779f)) (Vincent Weevers)
- Bump `readable-stream` from 3 to 4 ([`daa2148`](https://github.com/vweevers/dotnet-bump/commit/daa2148)) (Vincent Weevers)

### Added

- Support `version.h` files of C(++) projects ([`8bc6af3`](https://github.com/vweevers/dotnet-bump/commit/8bc6af3)) (Vincent Weevers)

## [1.6.0] - 2021-09-10

### Added
Expand Down Expand Up @@ -63,6 +74,8 @@

First release. :seedling:

[2.0.0]: https://github.com/vweevers/dotnet-bump/releases/tag/v2.0.0

[1.6.0]: https://github.com/vweevers/dotnet-bump/compare/v1.5.0...v1.6.0

[1.5.0]: https://github.com/vweevers/dotnet-bump/releases/tag/v1.5.0
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": "dotnet-bump",
"version": "1.6.0",
"version": "2.0.0",
"description": "CLI to increment and git-tag the version of .NET, C(++) and npm projects",
"bin": "cli.js",
"license": "MIT",
Expand Down

0 comments on commit e8d6f3e

Please sign in to comment.