From b773bad53f105ca739e691385a981f941860b7a2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 7 Feb 2025 08:05:02 +0000 Subject: [PATCH] chore(release): 1.1.2 [skip ci] ## [1.1.2](https://github.com/aurora-is-near/openapi-client/compare/v1.1.1...v1.1.2) (2025-02-07) ### Bug Fixes * update generated files dir ([efc4c19](https://github.com/aurora-is-near/openapi-client/commit/efc4c197345bfd3dc5cfd6b3bcc6a48b1934dc88)) --- .versionrc.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.versionrc.json b/.versionrc.json index a1d1fd3..e3d26de 100644 --- a/.versionrc.json +++ b/.versionrc.json @@ -1,4 +1,4 @@ { - "android": "2", - "ios": "2" + "android": "3", + "ios": "3" } diff --git a/package.json b/package.json index 4c0abdb..df43965 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@aurora-is-near/openapi-client", "description": "A type-safe OpenAPI client generator.", - "version": "1.1.1", + "version": "1.1.2", "author": "Alex Mendes", "license": "UNLICENSED", "main": "index.js",