Skip to content

Commit a6011c3

Browse files
committed
chore(CHANGELOG): update for v1.2.1 [skip ci]
1 parent bd881c9 commit a6011c3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.1](https://github.com/SwiftyLab/MetaCodable/compare/v1.2.0...v1.2.1) (2024-01-10)
2+
3+
4+
### 🐛 Fixes
5+
6+
* fixed `IgnoreCoding` failing with `didSet` accessors ([#54](https://github.com/SwiftyLab/MetaCodable/issues/54)) ([bd881c9](https://github.com/SwiftyLab/MetaCodable/commit/bd881c9ed8950e6fc38c4cf90bd32c947fad07cb))
7+
18
## [1.2.0](https://github.com/SwiftyLab/MetaCodable/compare/v1.1.0...v1.2.0) (2024-01-09)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MetaCodable",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"summary": "Supercharge Swift's Codable implementations with macros.",
55
"description": "MetaCodable exposes custom macros which can be used to generate dynamic Codable implementations.",
66
"homepage": "https://github.com/SwiftyLab/MetaCodable",

0 commit comments

Comments
 (0)