Skip to content

Commit

Permalink
Merge pull request #381 from envato/viraptor/2.14.1
Browse files Browse the repository at this point in the history
Version 2.14.1
  • Loading branch information
viraptor committed Mar 7, 2024
2 parents dc874a4 + 43b6e8c commit 523062e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,20 @@ The format is based on [Keep a Changelog], and this project adheres to

## [Unreleased]

[Unreleased]: https://github.com/envato/stack_master/compare/v2.13.4...HEAD
[Unreleased]: https://github.com/envato/stack_master/compare/v2.14.1...HEAD

## [2.14.1] - 2024-03-07

### Changed

- Improve the error reporting from invalid format. ([#379], [#380]).

- Internal readability improvement. ([#378]).

[2.14.1]: https://github.com/envato/stack_master/compare/v2.14.0...v2.14.1
[#378]: https://github.com/envato/stack_master/pull/378
[#379]: https://github.com/envato/stack_master/pull/379
[#380]: https://github.com/envato/stack_master/pull/380

## [2.14.0] - 2024-02-05

Expand Down
2 changes: 1 addition & 1 deletion lib/stack_master/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module StackMaster
VERSION = "2.14.0"
VERSION = "2.14.1"
end

0 comments on commit 523062e

Please sign in to comment.