File tree Expand file tree Collapse file tree 3 files changed +60
-1
lines changed Expand file tree Collapse file tree 3 files changed +60
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ v2.2.5] ( https://github.com/ansidev/leetcode-blog/compare/v2.2.4...v2.2.5 ) (2023-06-13)
2
+
3
+ ### Bug Fixes
4
+
5
+ - ** github-workflow:** wrong github environment url
6
+
7
+ ### Code Refactoring
8
+
9
+ - ** github-workflow:** apply GitHub Actions from ghacts
10
+
11
+ - ** github-workflow:** apply GitHub Actions from ghacts/gitflow
12
+
13
+ ### Dependencies
14
+
15
+ | Package | Version |
16
+ | ---------------------------------- | ------------------------- |
17
+ | ` @astrojs/sitemap ` | ` ^1.3.2 ` ` -> ` ` ^1.3.3 ` |
18
+ | ` astro ` | ` ^2.5.6 ` ` -> ` ` 2.6.3 ` |
19
+ | ` astro-compress ` | ` ^1.1.46 ` ` -> ` ` ^1.1.47 ` |
20
+ | ` @fontsource/ibm-plex-mono ` | ` ^5.0.2 ` ` -> ` ` ^5.0.3 ` |
21
+ | ` @iconify-json/bi ` | ` ^1.1.16 ` ` -> ` ` ^1.1.17 ` |
22
+ | ` @typescript-eslint/eslint-plugin ` | ` ^5.59.8 ` ` -> ` ` ^5.59.11 ` |
23
+ | ` @typescript-eslint/parser ` | ` ^5.59.8 ` ` -> ` ` ^5.59.11 ` |
24
+ | ` dayjs ` | ` ^1.11.7 ` ` -> ` ` ^1.11.8 ` |
25
+ | ` dotenv ` | ` ^16.1.1 ` ` -> ` ` ^16.1.4 ` |
26
+ | ` eslint ` | ` ^8.41.0 ` ` -> ` ` ^8.42.0 ` |
27
+ | ` sass ` | ` ^1.62.1 ` ` -> ` ` ^1.63.3 ` |
28
+ | ` satori ` | ` ^0.9.1 ` ` -> ` ` ^0.10.1 ` |
29
+ | ` typescript ` | ` ^5.0.4 ` ` -> ` ` ^5.1.3 ` |
30
+
31
+ Full Changelog: [ v2.2.4...v2.2.5] ( https://github.com/ansidev/leetcode-blog/compare/v2.2.4...v2.2.5 )
Original file line number Diff line number Diff line change @@ -4,6 +4,34 @@ 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.5] ( https://github.com/ansidev/leetcode-blog/compare/v2.2.4...v2.2.5 ) (2023-06-13)
8
+
9
+ ### Bug Fixes
10
+
11
+ - wrong github environment url
12
+
13
+ - ** deps:** update dependency astro to v2.6.3
14
+
15
+ - ** deps:** update dependency astro to v2.6.2
16
+
17
+ - ** deps:** update dependency astro to v2.6.1
18
+
19
+ - ** deps:** update dependency astro to v2.6.0
20
+
21
+ - ** deps:** update dependency astro-compress to ^1.1.47
22
+
23
+ - ** deps:** update dependency astro to v2.5.7
24
+
25
+ - ** deps:** update dependency [ @astrojs ] ( https://github.com/astrojs ) /sitemap to ^1.3.3
26
+
27
+ ### Code Refactoring
28
+
29
+ - ** github-workflow:** apply GitHub Actions from ghacts
30
+
31
+ - ** github-workflow:** apply GitHub Actions from ghacts/gitflow
32
+
33
+ Full Changelog: [ v2.2.4...v2.2.5] ( https://github.com/ansidev/leetcode-blog/compare/v2.2.4...v2.2.5 )
34
+
7
35
## [ v2.2.4] ( https://github.com/ansidev/leetcode-blog/compare/v2.2.3...v2.2.4 ) (2023-05-31)
8
36
9
37
### Content
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.4 " ,
5
+ "version" : " 2.2.5 " ,
6
6
"license" : " MIT" ,
7
7
"packageManager" : " pnpm@8.6.2" ,
8
8
"scripts" : {
You can’t perform that action at this time.
0 commit comments