From b94abb55fcf24451f7d3ae5282b0646a32db5ec3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 03:15:33 +0000 Subject: [PATCH] chore(main): release 3.0.1 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 310306a..998f995 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.0.1](https://github.com/justinlettau/sql-source-control/compare/v3.0.0...v3.0.1) (2023-10-25) + + +### Bug Fixes + +* **deps:** update dependency xml2js to ^0.5.0 [security] ([859b589](https://github.com/justinlettau/sql-source-control/commit/859b589512ca189fe6861b30ff002c2700d63cb0)) +* **deps:** update dependency xml2js to ^0.6.0 ([355a768](https://github.com/justinlettau/sql-source-control/commit/355a768f941010c886fba1a39c3a73a1f5c21855)) +* readme ([e2b7a13](https://github.com/justinlettau/sql-source-control/commit/e2b7a13ce676d3cc4876bc83768507c6c02f271b)) + ## [3.0.0](https://github.com/justinlettau/sql-source-control/compare/v2.1.1...v3.0.0) (2020-12-17) diff --git a/package-lock.json b/package-lock.json index 6e5bcf0..4883447 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sql-source-control", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sql-source-control", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "dependencies": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index 8663873..bf6899c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sql-source-control", - "version": "3.0.0", + "version": "3.0.1", "description": "Simple CLI for getting SQL into source control systems.", "keywords": [ "sql",