Skip to content

Commit

Permalink
chore(CHANGELOG): update for v1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyamahunt committed Jan 10, 2024
1 parent bd881c9 commit a6011c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.1](https://github.com/SwiftyLab/MetaCodable/compare/v1.2.0...v1.2.1) (2024-01-10)


### 🐛 Fixes

* fixed `IgnoreCoding` failing with `didSet` accessors ([#54](https://github.com/SwiftyLab/MetaCodable/issues/54)) ([bd881c9](https://github.com/SwiftyLab/MetaCodable/commit/bd881c9ed8950e6fc38c4cf90bd32c947fad07cb))

## [1.2.0](https://github.com/SwiftyLab/MetaCodable/compare/v1.1.0...v1.2.0) (2024-01-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MetaCodable",
"version": "1.2.0",
"version": "1.2.1",
"summary": "Supercharge Swift's Codable implementations with macros.",
"description": "MetaCodable exposes custom macros which can be used to generate dynamic Codable implementations.",
"homepage": "https://github.com/SwiftyLab/MetaCodable",
Expand Down

0 comments on commit a6011c3

Please sign in to comment.