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"