From ee2c49eef28362c77de38c04db7f32a925293e25 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 18:44:59 +0000 Subject: [PATCH] Updated changelog and version for release v2.0.0-17 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfce38df0..3f10ac92a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0-17] - 2023-07-18 + ## [2.0.0-16] - 2023-07-17 ## [2.0.0-15] - 2023-07-13 @@ -1230,7 +1232,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-16...HEAD +[Unreleased]: https://github.com/rockcarver/frodo-lib/compare/v2.0.0-17...HEAD + +[2.0.0-17]: https://github.com/rockcarver/frodo-lib/compare/v2.0.0-16...v2.0.0-17 [2.0.0-16]: https://github.com/rockcarver/frodo-lib/compare/v2.0.0-15...v2.0.0-16 diff --git a/package.json b/package.json index 46b973ed1..f912be6d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rockcarver/frodo-lib", - "version": "2.0.0-16", + "version": "2.0.0-17", "type": "commonjs", "main": "./cjs/index.js", "module": "./esm/index.js",