From b5fdd8a160038485c0bdb273720e915288b1ec1a Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 22:26:37 +0000 Subject: [PATCH] chore: bump version to v3.30.8 --- fxmanifest.lua | 2 +- package/package.json | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 8a75b82..49ff54b 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -6,7 +6,7 @@ rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aw name 'ox_lib' author 'Overextended' -version '3.30.7' +version '3.30.8' license 'LGPL-3.0-or-later' repository 'https://github.com/communityox/ox_lib' description 'A library of shared functions to utilise in other resources.' diff --git a/package/package.json b/package/package.json index ea74176..e0d1065 100644 --- a/package/package.json +++ b/package/package.json @@ -1,11 +1,13 @@ { "name": "@communityox/ox_lib", "author": "Overextended", - "version": "3.30.7", + "version": "3.30.8", "description": "JS/TS wrapper for ox_lib exports", "main": "./shared/index.js", "types": "./shared/index.d.ts", - "sideEffects": ["./shared/resource/locale/index.js"], + "sideEffects": [ + "./shared/resource/locale/index.js" + ], "scripts": { "compile": "tsc", "prepare": "npm run compile" @@ -40,4 +42,4 @@ "@types/react": "^18.2.66", "prettier": "^2.8.8" } -} +} \ No newline at end of file