Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vscheuber committed Aug 16, 2023
2 parents d13621a + 4309ca2 commit 6617714
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0-20] - 2023-08-01

## [2.0.0-19] - 2023-07-31

## [2.0.0-18] - 2023-07-18
Expand Down Expand Up @@ -1240,7 +1242,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed problem with adding connection profiles
- Miscellaneous bug fixes
[Unreleased]: https://github.com/rockcarver/frodo-lib/compare/v2.0.0-19...HEAD
[Unreleased]: https://github.com/rockcarver/frodo-lib/compare/v2.0.0-20...HEAD
[2.0.0-20]: https://github.com/rockcarver/frodo-lib/compare/v2.0.0-19...v2.0.0-20
[2.0.0-19]: https://github.com/rockcarver/frodo-lib/compare/v2.0.0-18...v2.0.0-19
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": "@rockcarver/frodo-lib",
"version": "2.0.0-19",
"version": "2.0.0-20",
"type": "commonjs",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down

0 comments on commit 6617714

Please sign in to comment.