From a30e5ae88eafa1806761277ee46862622303b33c Mon Sep 17 00:00:00 2001 From: Anthony Shaw Date: Tue, 11 Jun 2024 12:03:24 +1000 Subject: [PATCH] Update strings and release notes --- CHANGELOG.md | 4 ++++ l10n/bundle.l10n.json | 1 + package.json | 5 +++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86400058..c5fadaa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the "vscode-pets" extension will be documented in this file. +## [1.27.0] + +* Add a deno pet by @thisisjofrank in https://github.com/tonybaloney/vscode-pets/pull/567 + ## [1.26.0] * Horses! 🐎🐎🐎 by @thechriskent in https://github.com/tonybaloney/vscode-pets/pull/572 diff --git a/l10n/bundle.l10n.json b/l10n/bundle.l10n.json index 628767ba..aa615fb5 100644 --- a/l10n/bundle.l10n.json +++ b/l10n/bundle.l10n.json @@ -35,6 +35,7 @@ "clippy": "Clippy", "cockatiel": "Cockatiel", "crab": "Crab", + "deno": "Deno", "dog": "Dog", "mod": "Mod (the .NET bot)", "rat": "Rat", diff --git a/package.json b/package.json index f6fa0066..408b8769 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-pets", "displayName": "vscode-pets", "description": "Pets for your VS Code", - "version": "1.26.0", + "version": "1.27.0", "engines": { "vscode": "^1.73.0" }, @@ -25,7 +25,8 @@ "pets", "clippy", "rubber duck", - "horse" + "horse", + "deno" ], "license": "MIT", "icon": "icon.png",