From 2707be8cde279a5b0be0be571bcbd79c5bd739b4 Mon Sep 17 00:00:00 2001 From: vincenthsh <111712068+vincenthsh@users.noreply.github.com> Date: Thu, 9 May 2024 17:53:51 +0700 Subject: [PATCH] chore(main): release 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2601677..d0ab664 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d8b7077..c41d260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/vincenthsh/gamma/compare/v1.1.0...v1.2.0) (2024-05-09) + + +### Features + +* Use pnpm and nx for build instead of yarn ([cce72b2](https://github.com/vincenthsh/gamma/commit/cce72b24e29abb1722baba018d38f572b63d3269)) + ## [1.1.0](https://github.com/vincenthsh/gamma/compare/v1.0.1...v1.1.0) (2024-05-09)