From 38e2ee04c3c6bf1af3be9eb9acec2ced0bc202a2 Mon Sep 17 00:00:00 2001 From: Richard Huang Date: Sat, 17 Feb 2024 19:00:11 +0800 Subject: [PATCH] Bumping version to 1.32.1 --- CHANGELOG.md | 5 +++++ Gemfile.lock | 2 +- lib/synvert/core/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1958e8c..7d4a8048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 1.32.1 (2024-02-17) + +* Update `node_mutation` to 1.23.2 +* Update `node_query` to 1.15.1 + ## 1.32.0 (2024-02-11) * Support `prism` diff --git a/Gemfile.lock b/Gemfile.lock index ca1716c2..13ff63f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - synvert-core (1.32.0) + synvert-core (1.32.1) activesupport (< 7.0.0) node_mutation (>= 1.23.2) node_query (>= 1.15.1) diff --git a/lib/synvert/core/version.rb b/lib/synvert/core/version.rb index aa7a5001..78879ddb 100644 --- a/lib/synvert/core/version.rb +++ b/lib/synvert/core/version.rb @@ -2,6 +2,6 @@ module Synvert module Core - VERSION = '1.32.0' + VERSION = '1.32.1' end end