Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Dec 26, 2023
1 parent bb82cfd commit 2d2182b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

## [1.1.6] - 2023-12-26

### Fixed

- Use relative path as Pint uses current working directory (cwd) [#50 #51] (thanks @mho22)
- Ignore VSCode excluded paths so Pint executable can be found [#46 #45] (thanks @fritz-c)

### Changed

- VSCode minimum version upgraded (`1.68.0` to `1.82.0`)
- Pint config json schema updated to PHP CS Fixer 3.41.1

## [1.1.5] - 2023-06-28

### Added
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "laravel-pint",
"displayName": "Laravel Pint",
"version": "1.1.4",
"version": "1.1.5",
"description": "Integrates Laravel Pint into your VSCode projects for automatic code formatting",
"publisher": "open-southeners",
"icon": "images/laravel-pint-logo-icon.png",
Expand Down Expand Up @@ -163,4 +163,4 @@
"isPreReleaseVersion": false
},
"packageManager": "yarn@4.0.2"
}
}

0 comments on commit 2d2182b

Please sign in to comment.