From e3331689d8155fac1df7b80cae42c06ff29cafc1 Mon Sep 17 00:00:00 2001 From: Kiko Date: Tue, 5 Sep 2023 15:46:42 +0000 Subject: [PATCH] chore(release): 1.4.19 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc6f5c7..b837733 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.4.19 (2023-09-05) + ### 1.4.18 (2023-07-24) ### 1.4.17 (2023-04-21) diff --git a/package.json b/package.json index 6778098..a1c74a2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "untracked", "description": "Universal way for ignoring unnecessary common files to fit your bundle", "homepage": "https://github.com/Kikobeats/untracked", - "version": "1.4.18", + "version": "1.4.19", "main": "src/index.js", "bin": { "untracked": "bin/index.js"