Skip to content

Commit 523062e

Browse files
authored
Merge pull request #381 from envato/viraptor/2.14.1
Version 2.14.1
2 parents dc874a4 + 43b6e8c commit 523062e

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,20 @@ The format is based on [Keep a Changelog], and this project adheres to
1010

1111
## [Unreleased]
1212

13-
[Unreleased]: https://github.com/envato/stack_master/compare/v2.13.4...HEAD
13+
[Unreleased]: https://github.com/envato/stack_master/compare/v2.14.1...HEAD
14+
15+
## [2.14.1] - 2024-03-07
16+
17+
### Changed
18+
19+
- Improve the error reporting from invalid format. ([#379], [#380]).
20+
21+
- Internal readability improvement. ([#378]).
22+
23+
[2.14.1]: https://github.com/envato/stack_master/compare/v2.14.0...v2.14.1
24+
[#378]: https://github.com/envato/stack_master/pull/378
25+
[#379]: https://github.com/envato/stack_master/pull/379
26+
[#380]: https://github.com/envato/stack_master/pull/380
1427

1528
## [2.14.0] - 2024-02-05
1629

lib/stack_master/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module StackMaster
2-
VERSION = "2.14.0"
2+
VERSION = "2.14.1"
33
end

0 commit comments

Comments
 (0)