Skip to content

Commit 00e625b

Browse files
committed
chore(release): v2.2.4
1 parent 743b0ba commit 00e625b

File tree

3 files changed

+60
-1
lines changed

3 files changed

+60
-1
lines changed

Diff for: .changes/v2.2.4.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## [v2.2.4](https://github.com/ansidev/leetcode-blog/compare/v2.2.3...v2.2.4) (2023-05-31)
2+
3+
### Content
4+
5+
- added solution for LeetCode problem [#2468](https://leetcode.ansidev.xyz/2468-split-message-based-on-limit/).
6+
7+
### Bug Fixes
8+
9+
- **ci:deploy** add debug step
10+
11+
### Dependencies
12+
13+
| Package | Version |
14+
| ---------------------------------- | ------------------------ |
15+
| `@astrojs/partytown` | `^1.2.2` `->` `^1.2.3` |
16+
| `@astrojs/rss` | `^2.4.2` `->` `^2.4.3` |
17+
| `@astrojs/sitemap` | `^1.3.1` `->` `^1.3.2` |
18+
| `astro` | `^2.4.5` `->` `2.5.6` |
19+
| `astro-compress` | `^1.1.44` `->` `^1.1.46` |
20+
| `@commitlint/cli` | `^17.6.3` `->` `^17.6.5` |
21+
| `@commitlint/config-conventional` | `^17.6.3` `->` `^17.6.5` |
22+
| `@fontsource/ibm-plex-mono` | `^4.5.13` `->` `^5.0.2` |
23+
| `@typescript-eslint/eslint-plugin` | `^5.59.6` `->` `^5.59.8` |
24+
| `@typescript-eslint/parser` | `^5.59.6` `->` `^5.59.8` |
25+
| `dotenv` | `^16.0.3` `->` `^16.1.1` |
26+
| `eslint-plugin-astro` | `^0.27.0` `->` `^0.27.1` |
27+
| `satori` | `^0.8.1` `->` `^0.9.1` |
28+
29+
Full Changelog: [v2.2.3...v2.2.4](https://github.com/ansidev/leetcode-blog/compare/v2.2.3...v2.2.4)

Diff for: CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,36 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
66

7+
## [v2.2.4](https://github.com/ansidev/leetcode-blog/compare/v2.2.3...v2.2.4) (2023-05-31)
8+
9+
### Content
10+
11+
- added solution for LeetCode problem [#2468](https://leetcode.ansidev.xyz/2468-split-message-based-on-limit/).
12+
13+
### Bug Fixes
14+
15+
- **ci:deploy** add debug step
16+
17+
### Dependencies
18+
19+
| Package | Version |
20+
| ---------------------------------- | ------------------------ |
21+
| `@astrojs/partytown` | `^1.2.2` `->` `^1.2.3` |
22+
| `@astrojs/rss` | `^2.4.2` `->` `^2.4.3` |
23+
| `@astrojs/sitemap` | `^1.3.1` `->` `^1.3.2` |
24+
| `astro` | `^2.4.5` `->` `2.5.6` |
25+
| `astro-compress` | `^1.1.44` `->` `^1.1.46` |
26+
| `@commitlint/cli` | `^17.6.3` `->` `^17.6.5` |
27+
| `@commitlint/config-conventional` | `^17.6.3` `->` `^17.6.5` |
28+
| `@fontsource/ibm-plex-mono` | `^4.5.13` `->` `^5.0.2` |
29+
| `@typescript-eslint/eslint-plugin` | `^5.59.6` `->` `^5.59.8` |
30+
| `@typescript-eslint/parser` | `^5.59.6` `->` `^5.59.8` |
31+
| `dotenv` | `^16.0.3` `->` `^16.1.1` |
32+
| `eslint-plugin-astro` | `^0.27.0` `->` `^0.27.1` |
33+
| `satori` | `^0.8.1` `->` `^0.9.1` |
34+
35+
Full Changelog: [v2.2.3...v2.2.4](https://github.com/ansidev/leetcode-blog/compare/v2.2.3...v2.2.4)
36+
737
## [v2.2.3](https://github.com/ansidev/leetcode-blog/compare/v2.2.2...v2.2.3) (2023-05-21)
838

939
### Dev features

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "leetcode-blog",
33
"description": "Solutions for LeetCode problems - Written by ansidev",
44
"type": "module",
5-
"version": "2.2.3",
5+
"version": "2.2.4",
66
"license": "MIT",
77
"packageManager": "[email protected]",
88
"scripts": {

0 commit comments

Comments
 (0)