From 2e04c3853f14562fdc567ca6804ed9842813f5ff Mon Sep 17 00:00:00 2001 From: Github Actions Date: Fri, 1 Nov 2024 11:15:01 +0000 Subject: [PATCH] build: auto-update snippets to version: 5.29.0 --- 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 ff6116f..ec1d069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ Changelog (unreleased) ------------ +- Docs: update README with hover example image. [Danny Steenman] +- Ci: update GitHub Actions to latest versions. [Danny Steenman] +- Chore: update vscodeignore and move files to correct location. [Danny + Steenman] + + +5.28.0 (2024-10-25) +------------------- +- Build: auto-update snippets to version: 5.28.0. [Github Actions] - Ci(workflows): update GitHub Actions workflow steps. [Danny Steenman] - Chore: update vscode extension icon. [Danny Steenman] diff --git a/package-lock.json b/package-lock.json index 3fe3f21..433c32a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cloudformation-yaml-snippets", - "version": "5.28.0", + "version": "5.29.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cloudformation-yaml-snippets", - "version": "5.28.0", + "version": "5.29.0", "license": "Apache-2.0", "devDependencies": { "@types/node": "^14.x", diff --git a/package.json b/package.json index 62c8f2e..f55edd6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "AWS CloudFormation Snippets", "description": "Adds snippets for all the AWS CloudFormation resources in VS Code.", "author": "Danny Steenman", - "version": "5.28.0", + "version": "5.29.0", "publisher": "dannysteenman", "icon": "images/cfn-snippets-extension-icon.png", "homepage": "https://towardsthecloud.com",