File tree 3 files changed +60
-1
lines changed
3 files changed +60
-1
lines changed Original file line number Diff line number Diff line change
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 )
Original file line number Diff line number Diff line change @@ -4,6 +4,36 @@ All notable changes to this project will be documented in this file.
4
4
5
5
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 ) .
6
6
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
+
7
37
## [ v2.2.3] ( https://github.com/ansidev/leetcode-blog/compare/v2.2.2...v2.2.3 ) (2023-05-21)
8
38
9
39
### Dev features
Original file line number Diff line number Diff line change 2
2
"name" : " leetcode-blog" ,
3
3
"description" : " Solutions for LeetCode problems - Written by ansidev" ,
4
4
"type" : " module" ,
5
- "version" : " 2.2.3 " ,
5
+ "version" : " 2.2.4 " ,
6
6
"license" : " MIT" ,
7
7
"packageManager" :
" [email protected] " ,
8
8
"scripts" : {
You can’t perform that action at this time.
0 commit comments