From 741c15d30f7b1b9867a2df7ce0cd2187b8db495f Mon Sep 17 00:00:00 2001 From: "vidavidorra-release[bot]" <91046946+vidavidorra-release[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 19:12:31 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] ## [1.4.0](https://github.com/vidavidorra/dotfiles/compare/v1.3.1...v1.4.0) (2024-10-04) ### Features * **brew:** add ChatGPT ([ec084b1](https://github.com/vidavidorra/dotfiles/commit/ec084b1cfe7cf8a0acd865d799068be6c48319b1)) --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c795d1..701c782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.4.0](https://github.com/vidavidorra/dotfiles/compare/v1.3.1...v1.4.0) (2024-10-04) + +### Features + +- **brew:** add ChatGPT ([ec084b1](https://github.com/vidavidorra/dotfiles/commit/ec084b1cfe7cf8a0acd865d799068be6c48319b1)) + ## [1.3.1](https://github.com/vidavidorra/dotfiles/compare/v1.3.0...v1.3.1) (2024-09-25) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 77d3e07..d828ea4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dotfiles", - "version": "1.3.1", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dotfiles", - "version": "1.3.1", + "version": "1.4.0", "license": "GPL-3.0-or-later", "devDependencies": { "@commitlint/cli": "19.5.0", diff --git a/package.json b/package.json index ae0935c..65e04e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dotfiles", - "version": "1.3.1", + "version": "1.4.0", "private": true, "description": "dotfiles, software and macOS defaults", "homepage": "https://github.com/vidavidorra/dotfiles#readme",