Skip to content

Commit

Permalink
Merge branch release/2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rakuyoMo committed Mar 29, 2024
2 parents 990d283 + 6d7ad60 commit a45086a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@ All notable changes to this project are documented in this file.

-----

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

---

## [2.3.1 - Spring brings blossoms](https://github.com/RakuyoKit/JSONPreview/releases/tag/2.3.1) (2024-3-29)

### Added

- Allow setting wrapping method during initialization. [#23](https://github.com/RakuyoKit/JSONPreview/pull/23) @rakuyoMo

### Fixed

- When folding JSON on non-top, the JSON area will be misaligned. [#23](https://github.com/RakuyoKit/JSONPreview/pull/23) @rakuyoMo

---

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.3.0'
s.version = '2.3.1'

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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ pod 'JSONPreview'

- Select File > Swift Packages > Add Package Dependency
- Add https://github.com/RakuyoKit/JSONPreview.git
- Select "Up to Next Major" with "2.3.0"
- Select "Up to Next Major" with "2.3.1"

Or add the following content to your `Package.swift` file:

```swift
dependencies: [
.package(url: "https://github.com/RakuyoKit/JSONPreview.git", from: "2.3.0")
.package(url: "https://github.com/RakuyoKit/JSONPreview.git", from: "2.3.1")
]
```

Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ pod 'JSONPreview'

- 依次选择 File > Swift Packages > Add Package Dependency
- 输入 https://github.com/RakuyoKit/JSONPreview.git
- 选择 "Up to Next Major" 并填入 "2.3.0"
- 选择 "Up to Next Major" 并填入 "2.3.1"

或者将下面的内容添加到 `Package.swift` 文件中:

```swift
dependencies: [
.package(url: "https://github.com/RakuyoKit/JSONPreview.git", from: "2.3.0")
.package(url: "https://github.com/RakuyoKit/JSONPreview.git", from: "2.3.1")
]
```

Expand Down

0 comments on commit a45086a

Please sign in to comment.