From 6a19efbccf8c3a49a80ea596ba659aee99f77e84 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 18 Apr 2025 13:37:57 +0000 Subject: [PATCH] Bump version to 0.3.0 --- package-lock.json | 14 ++------------ package.json | 2 +- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f7a4a2..a29e9bc 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,14 @@ { "name": "avr-utils", - "version": "0.2.1", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "avr-utils", - "version": "0.2.1", + "version": "0.3.0", "license": "MIT", "dependencies": { - "adm-zip": "^0.5.16", "decompress": "^4.2.1", "decompress-targz": "^4.1.1", "decompress-unzip": "^4.0.1", @@ -1239,15 +1238,6 @@ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, - "node_modules/adm-zip": { - "version": "0.5.16", - "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.16.tgz", - "integrity": "sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ==", - "license": "MIT", - "engines": { - "node": ">=12.0" - } - }, "node_modules/agent-base": { "version": "7.1.3", "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz", diff --git a/package.json b/package.json index 154724c..0fbe8c6 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "avr-utils", "displayName": "AVR Utils", "description": "This extension will help you to compile code for avr based microcontrollers straight from the comfort of your favourite code editor!", - "version": "0.2.1", + "version": "0.3.0", "repository": { "url": "https://github.com/StrongTheDev/avr-utils.git", "type": "git"