From 2c0ab445cb3f2b18098602f6bd4df15c8bcad3a0 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Mon, 19 Feb 2024 09:13:58 +0100 Subject: [PATCH] chore(release): 7.6.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f865d0b..968f06d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [7.6.0](https://github.com/moxer-theme/moxer-code/compare/v7.5.0...v7.6.0) (2024-02-19) + + +### Bug Fixes + +* update lockfile ([957d17f](https://github.com/moxer-theme/moxer-code/commit/957d17ff22282f9ce0f03df37d0ae999b07ac75d)) + ## [7.5.0](https://github.com/moxer-theme/moxer-code/compare/v7.4.0...v7.5.0) (2024-02-19) diff --git a/package-lock.json b/package-lock.json index cea7ad3..2e41c60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "moxer-theme", - "version": "7.5.0", + "version": "7.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "moxer-theme", - "version": "7.5.0", + "version": "7.6.0", "license": "Apache-2.0", "dependencies": { "standard-version": "9.5.0" diff --git a/package.json b/package.json index 177e879..141ff50 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Moxer Theme", "publisher": "Equinusocio", "description": "From the Material Theme authors...Moxer is here to brings your DX to another level.", - "version": "7.5.0", + "version": "7.6.0", "license": "Apache-2.0", "author": "Mattia Astorino [@equinusocio]", "icon": "logo.png",