Skip to content

Commit 814b2b0

Browse files
committed
chore(release): v2.2.5
1 parent 4ad1643 commit 814b2b0

File tree

3 files changed

+60
-1
lines changed

3 files changed

+60
-1
lines changed

.changes/v2.2.5.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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)

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@ 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.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+
735
## [v2.2.4](https://github.com/ansidev/leetcode-blog/compare/v2.2.3...v2.2.4) (2023-05-31)
836

937
### Content

package.json

Lines changed: 1 addition & 1 deletion
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.4",
5+
"version": "2.2.5",
66
"license": "MIT",
77
"packageManager": "pnpm@8.6.2",
88
"scripts": {

0 commit comments

Comments
 (0)