From a48ac7cbaeac6055c70679103dd22411f1c596ee Mon Sep 17 00:00:00 2001 From: Thiago Mendonca Date: Mon, 20 May 2024 22:54:56 +0200 Subject: [PATCH] chore: release 1.3.0 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4b25aa..181d19c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +## [1.3.0](https://github.com/trystan2k/zsh-npm-plugin/compare/v1.2.2...v1.3.0) (2024-05-20) + ### [1.2.2](https://github.com/trystan2k/zsh-npm-plugin/compare/v1.2.0...v1.2.2) (2020-06-27) ### [1.2.1](https://github.com/trystan2k/zsh-npm-plugin/compare/v1.2.0...v1.2.1) (2020-06-27) diff --git a/package-lock.json b/package-lock.json index 8303178..fe6404b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@trystan2k/zsh-npm-plugin", - "version": "1.2.2", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@trystan2k/zsh-npm-plugin", - "version": "1.2.2", + "version": "1.3.0", "license": "MIT", "devDependencies": { "@commitlint/cli": "^19.3.0", diff --git a/package.json b/package.json index c6a432f..2b93dc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@trystan2k/zsh-npm-plugin", - "version": "1.2.2", + "version": "1.3.0", "description": "A zsh plugin that add NPM custom alias", "keywords": [ "trystan2k",