diff --git a/apps/jira/CHANGELOG.md b/apps/jira/CHANGELOG.md index 1f7224c864..c3ced8572e 100644 --- a/apps/jira/CHANGELOG.md +++ b/apps/jira/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.9.40](https://github.com/contentful/apps/compare/@contentful/jira@1.9.39...@contentful/jira@1.9.40) (2022-08-23) + + +### Bug Fixes + +* **deps:** bump aws-sdk from 2.1195.0 to 2.1200.0 ([#1642](https://github.com/contentful/apps/issues/1642)) ([00dfe8a](https://github.com/contentful/apps/commit/00dfe8a03072d511037a7b3f941bb0d1bf5e4f69)) + + + + + ## [1.9.39](https://github.com/contentful/apps/compare/@contentful/jira@1.9.38...@contentful/jira@1.9.39) (2022-08-17) **Note:** Version bump only for package @contentful/jira diff --git a/apps/jira/functions/CHANGELOG.md b/apps/jira/functions/CHANGELOG.md index dfc09abae6..e866122fdd 100644 --- a/apps/jira/functions/CHANGELOG.md +++ b/apps/jira/functions/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.31](https://github.com/contentful/apps/compare/@contentful/functions@1.4.30...@contentful/functions@1.4.31) (2022-08-23) + + +### Bug Fixes + +* **deps:** bump aws-sdk from 2.1195.0 to 2.1200.0 ([#1642](https://github.com/contentful/apps/issues/1642)) ([00dfe8a](https://github.com/contentful/apps/commit/00dfe8a03072d511037a7b3f941bb0d1bf5e4f69)) + + + + + ## [1.4.30](https://github.com/contentful/apps/compare/@contentful/functions@1.4.29...@contentful/functions@1.4.30) (2022-08-16) diff --git a/apps/jira/functions/package-lock.json b/apps/jira/functions/package-lock.json index f8677f1952..46aed5636f 100644 --- a/apps/jira/functions/package-lock.json +++ b/apps/jira/functions/package-lock.json @@ -1,6 +1,6 @@ { "name": "@contentful/functions", - "version": "1.4.30", + "version": "1.4.31", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/apps/jira/functions/package.json b/apps/jira/functions/package.json index cf9b067517..c83d7bc173 100644 --- a/apps/jira/functions/package.json +++ b/apps/jira/functions/package.json @@ -1,6 +1,6 @@ { "name": "@contentful/functions", - "version": "1.4.30", + "version": "1.4.31", "main": "index.js", "private": true, "scripts": { diff --git a/apps/jira/package-lock.json b/apps/jira/package-lock.json index 7b1a4e6cae..3dfbe1b827 100644 --- a/apps/jira/package-lock.json +++ b/apps/jira/package-lock.json @@ -1,6 +1,6 @@ { "name": "@contentful/jira", - "version": "1.9.39", + "version": "1.9.40", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/apps/jira/package.json b/apps/jira/package.json index 973af1b383..ef9e24148b 100644 --- a/apps/jira/package.json +++ b/apps/jira/package.json @@ -1,6 +1,6 @@ { "name": "@contentful/jira", - "version": "1.9.39", + "version": "1.9.40", "private": true, "devDependencies": { "concurrently": "5.3.0",