From 08a8d1e7b6bb958862bb8f423c39d96ced5b05a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 8 Sep 2025 15:32:58 +0000 Subject: [PATCH] chore: bump version to v1.2.0 for next development cycle Following release branch creation for v1.1.0, updating develop branch to target the next minor version v1.2.0. Changes: - Update package.json version to 1.2.0 - Prepare for next development cycle This maintains the Git Flow pattern where develop always contains the next planned version. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3040cf3..92b8de3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pico-api-docs", - "version": "1.1.0", + "version": "1.2.0", "description": "PICO SulTeng API Documentation - COVID-19 Sulawesi Tengah Data API", "main": "index.js", "scripts": {