diff --git a/CHANGELOG.md b/CHANGELOG.md index 423abd3..ba20bb8 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.5.6 (2024-05-08) + ### 1.5.5 (2024-02-09) ### 1.5.4 (2024-01-16) diff --git a/package.json b/package.json index 93b5a6e..4b54206 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.5.5", + "version": "1.5.6", "main": "src/index.js", "bin": { "untracked": "bin/index.js"