Skip to content

Commit

Permalink
Merge branch release/2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rakuyoMo committed Jan 23, 2024
2 parents ef06dbd + 6c3ab43 commit 044f9f3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ All notable changes to this project are documented in this file.

-----

## [Unreleased](https://github.com/RakuyoKit/JSONPreview/compare/2.1.0...HEAD)
## [Unreleased](https://github.com/RakuyoKit/JSONPreview/compare/2.2.1...HEAD)

---

## [2.2.1 - PrivacyInfo](https://github.com/RakuyoKit/JSONPreview/releases/tag/2.2.1) (2024-1-23)

### Added

- Add PrivacyInfo.xcprivacy.

---

Expand Down
2 changes: 1 addition & 1 deletion JSONPreview.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|

s.name = 'JSONPreview'

s.version = '2.2.0'
s.version = '2.2.1'

s.summary = '🎨 A view that can be highlighted after formatting JSON.'

Expand Down
4 changes: 3 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ let package = Package(
targets: [
.target(
name: "JSONPreview",
path: "Sources"
resources: [.process("./Resources/Assets.xcassets")]),
.testTarget(
name: "JSONPreviewTests",
dependencies: ["JSONPreview"]),
dependencies: ["JSONPreview"],
path: "Tests"),
]
)

0 comments on commit 044f9f3

Please sign in to comment.