From c666c4b7005e3bdaa0d9dd9bb55eb2504da30739 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 19:40:35 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a4a8af..c13673a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/jonmatum/devcontainer-features/compare/v1.1.3...v1.2.0) (2025-04-30) + + +### Features + +* unified shell + sandbox setup with Copier, devcontainer CLI, and robust features ([#43](https://github.com/jonmatum/devcontainer-features/issues/43)) ([4efb20c](https://github.com/jonmatum/devcontainer-features/commit/4efb20ccf7244eedcbde25f576e1ad150292a2e7)) + ## [1.1.3](https://github.com/jonmatum/devcontainer-features/compare/v1.1.2...v1.1.3) (2025-04-28)