From 0cf0500fc8ad76291e63aaf6cc14c1d13352e25e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 10:11:21 +0800 Subject: [PATCH] chore: release 0.9.2 (#169) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cb9458..d804519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +### [0.9.2](https://www.github.com/gengjiawen/monkey-rust/compare/v0.9.1...v0.9.2) (2024-08-12) + + +### Bug Fixes + +* bump base docker ([393f3c4](https://www.github.com/gengjiawen/monkey-rust/commit/393f3c4d3af47dacf8d7f399153435daec9222f7)) +* remove redux ([66ff65b](https://www.github.com/gengjiawen/monkey-rust/commit/66ff65b60df664d65982cb3551f18889b62e3b09)) + + +### Dev + +* bump dev env ([bc54a13](https://www.github.com/gengjiawen/monkey-rust/commit/bc54a13c985c5bcdf2a4b72a58e22717d0682bd8)) + ### [0.9.1](https://www.github.com/gengjiawen/monkey-rust/compare/v0.9.0...v0.9.1) (2023-07-17) diff --git a/package.json b/package.json index 63405d7..54f1fc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "monkey-rust", - "version": "0.9.1", + "version": "0.9.2", "description": "![Rust](https://github.com/gengjiawen/monkey-rust/workflows/Rust/badge.svg) [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/gengjiawen/monkey_rust)", "main": "index.js", "directories": {