diff --git a/package-lock.json b/package-lock.json index 403a6d8..fbf3668 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9429,7 +9429,7 @@ "license": "ISC" }, "packages/s3-tagging": { - "version": "1.0.14", + "version": "1.0.15", "license": "ISC", "dependencies": { "@actions/core": "^1.10.1", diff --git a/packages/s3-tagging/CHANGELOG.md b/packages/s3-tagging/CHANGELOG.md index 5b4d62a..2e47dc5 100644 --- a/packages/s3-tagging/CHANGELOG.md +++ b/packages/s3-tagging/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.15](https://github.com/twentyfourg/brian-lerna-test/compare/s3-tagging@1.0.9...s3-tagging@1.0.15) (2024-03-12) + +**Note:** Version bump only for package s3-tagging + + + + + ## [1.0.14](https://github.com/twentyfourg/brian-lerna-test/compare/s3-tagging@1.0.9...s3-tagging@1.0.14) (2024-03-12) **Note:** Version bump only for package s3-tagging diff --git a/packages/s3-tagging/package-lock.json b/packages/s3-tagging/package-lock.json index 30f5d7c..420851b 100644 --- a/packages/s3-tagging/package-lock.json +++ b/packages/s3-tagging/package-lock.json @@ -8,7 +8,7 @@ "@actions/core": "^1.10.1", "@aws-sdk/client-s3": "^3.489.0" }, - "version": "1.0.14" + "version": "1.0.15" }, "node_modules/@actions/core": { "version": "1.10.1", @@ -2756,5 +2756,5 @@ "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==" } }, - "version": "1.0.14" + "version": "1.0.15" } diff --git a/packages/s3-tagging/package.json b/packages/s3-tagging/package.json index 23262b0..8cf9a9f 100644 --- a/packages/s3-tagging/package.json +++ b/packages/s3-tagging/package.json @@ -5,7 +5,7 @@ }, "name": "s3-tagging", "description": "> TODO: description", - "version": "1.0.14", + "version": "1.0.15", "author": "Brian Anstett ", "homepage": "https://github.com/twentyfourg/brian-lerna-test#readme", "license": "ISC",