From cda01c53a613b2c0dc8cf4dfbe69209930ae7be6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 16:13:15 +0000 Subject: [PATCH] chore(master): release 13.1.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/appium_lib_core/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b38ee003..bb8345d4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "13.1.2" + ".": "13.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 70942ebc..7e960fc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. New entries are generated by Release Please. Historical commit-level details through 13.1.0 remain in `release_notes.md`. +## [13.1.3](https://github.com/appium/ruby_lib_core/compare/v13.1.2...v13.1.3) (2026-09-13) + + +### Bug Fixes + +* keep gemspec ([3c01c45](https://github.com/appium/ruby_lib_core/commit/3c01c4536e07f427b87cb040f8d79d1348ae6c29)) + ## [13.1.2](https://github.com/appium/ruby_lib_core/compare/v13.1.1...v13.1.2) (2026-09-13) diff --git a/lib/appium_lib_core/version.rb b/lib/appium_lib_core/version.rb index 21e2a5bc..b9788de8 100644 --- a/lib/appium_lib_core/version.rb +++ b/lib/appium_lib_core/version.rb @@ -14,7 +14,7 @@ module Appium module Core - VERSION = '13.1.2' unless defined? ::Appium::Core::VERSION + VERSION = '13.1.3' unless defined? ::Appium::Core::VERSION DATE = '2026-09-13' unless defined? ::Appium::Core::DATE # x-release-please-date end end