Skip to content

Commit 7de62a5

Browse files
authored
Merge pull request #61 from ansidev/hotfix/2.2.1
Hotfix v2.2.1
2 parents c4a780f + 64414fa commit 7de62a5

File tree

9 files changed

+34
-19
lines changed

9 files changed

+34
-19
lines changed

.changes/v2.0.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
- RSS.
1111
- Posts by tags, difficulty.
1212

13-
Full Changelog: [v2.0.0](https://github.com/ansidev/astro-basic-template/commits/v2.0.0)
13+
Full Changelog: [v2.0.0](https://github.com/ansidev/leetcode-blog/commits/v2.0.0)

.changes/v2.0.1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## [v2.0.1](https://github.com/ansidev/astro-basic-template/compare/v2.0.0...v2.0.1) (2023-02-26)
1+
## [v2.0.1](https://github.com/ansidev/leetcode-blog/compare/v2.0.0...v2.0.1) (2023-02-26)
22

33
### Bug Fixes
44

55
- **deployment:** add missing environment variables
66

7-
Full Changelog: [v2.0.0...v2.0.1](https://github.com/ansidev/astro-basic-template/compare/v2.0.0...v2.0.1)
7+
Full Changelog: [v2.0.0...v2.0.1](https://github.com/ansidev/leetcode-blog/compare/v2.0.0...v2.0.1)

.changes/v2.1.0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [v2.1.0](https://github.com/ansidev/astro-basic-template/compare/v2.0.1...v2.1.0) (2023-03-01)
1+
## [v2.1.0](https://github.com/ansidev/leetcode-blog/compare/v2.0.1...v2.1.0) (2023-03-01)
22

33
### Bug Fixes
44

@@ -16,4 +16,4 @@
1616

1717
- **seo:** add canonical URL meta field
1818

19-
Full Changelog: [v2.0.1...v2.1.0](https://github.com/ansidev/astro-basic-template/compare/v2.0.1...v2.1.0)
19+
Full Changelog: [v2.0.1...v2.1.0](https://github.com/ansidev/leetcode-blog/compare/v2.0.1...v2.1.0)

.changes/v2.2.0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## [v2.2.0](https://github.com/ansidev/astro-basic-template/compare/v2.1.0...v2.2.0) (2023-03-04)
1+
## [v2.2.0](https://github.com/ansidev/leetcode-blog/compare/v2.1.0...v2.2.0) (2023-03-04)
22

33
### Features
44

55
- Change website font to Inter.
66
- Add meta fields for SEO.
77
- Generate post thumbnail using [satori](https://github.com/vercel/satori).
88

9-
Full Changelog: [v2.1.0...v2.2.0](https://github.com/ansidev/astro-basic-template/compare/v2.1.0...v2.2.0)
9+
Full Changelog: [v2.1.0...v2.2.0](https://github.com/ansidev/leetcode-blog/compare/v2.1.0...v2.2.0)

.changes/v2.2.1.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## [v2.2.1](https://github.com/ansidev/leetcode-blog/compare/v2.2.0...v2.2.1) (2023-03-05)
2+
3+
### Bug Fixes
4+
5+
- **changelog:** wrong repository URL
6+
7+
Full Changelog: [v2.2.0...v2.2.1](https://github.com/ansidev/leetcode-blog/compare/v2.2.0...v2.2.1)

.chglog/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ style: github
22
template: CHANGELOG.tpl.md
33
info:
44
title: CHANGELOG
5-
repository_url: https://github.com/ansidev/astro-basic-template
5+
repository_url: https://github.com/ansidev/leetcode-blog
66
options:
77
commits:
88
filters:

CHANGELOG.md

+15-7
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,25 @@ 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.0](https://github.com/ansidev/astro-basic-template/compare/v2.1.0...v2.2.0) (2023-03-04)
7+
## [v2.2.1](https://github.com/ansidev/leetcode-blog/compare/v2.2.0...v2.2.1) (2023-03-05)
8+
9+
### Bug Fixes
10+
11+
- **changelog:** wrong repository URL
12+
13+
Full Changelog: [v2.2.0...v2.2.1](https://github.com/ansidev/leetcode-blog/compare/v2.2.0...v2.2.1)
14+
15+
## [v2.2.0](https://github.com/ansidev/leetcode-blog/compare/v2.1.0...v2.2.0) (2023-03-04)
816

917
### Features
1018

1119
- Change website font to Inter.
1220
- Add meta fields for SEO.
1321
- Generate post thumbnail using [satori](https://github.com/vercel/satori).
1422

15-
Full Changelog: [v2.1.0...v2.2.0](https://github.com/ansidev/astro-basic-template/compare/v2.1.0...v2.2.0)
23+
Full Changelog: [v2.1.0...v2.2.0](https://github.com/ansidev/leetcode-blog/compare/v2.1.0...v2.2.0)
1624

17-
## [v2.1.0](https://github.com/ansidev/astro-basic-template/compare/v2.0.1...v2.1.0) (2023-03-01)
25+
## [v2.1.0](https://github.com/ansidev/leetcode-blog/compare/v2.0.1...v2.1.0) (2023-03-01)
1826

1927
### Bug Fixes
2028

@@ -32,15 +40,15 @@ Full Changelog: [v2.1.0...v2.2.0](https://github.com/ansidev/astro-basic-templat
3240

3341
- **seo:** add canonical URL meta field
3442

35-
Full Changelog: [v2.0.1...v2.1.0](https://github.com/ansidev/astro-basic-template/compare/v2.0.1...v2.1.0)
43+
Full Changelog: [v2.0.1...v2.1.0](https://github.com/ansidev/leetcode-blog/compare/v2.0.1...v2.1.0)
3644

37-
## [v2.0.1](https://github.com/ansidev/astro-basic-template/compare/v2.0.0...v2.0.1) (2023-02-26)
45+
## [v2.0.1](https://github.com/ansidev/leetcode-blog/compare/v2.0.0...v2.0.1) (2023-02-26)
3846

3947
### Bug Fixes
4048

4149
- **deployment:** add missing environment variables
4250

43-
Full Changelog: [v2.0.0...v2.0.1](https://github.com/ansidev/astro-basic-template/compare/v2.0.0...v2.0.1)
51+
Full Changelog: [v2.0.0...v2.0.1](https://github.com/ansidev/leetcode-blog/compare/v2.0.0...v2.0.1)
4452

4553
## v2.0.0 (2023-02-26)
4654

@@ -54,4 +62,4 @@ Full Changelog: [v2.0.0...v2.0.1](https://github.com/ansidev/astro-basic-templat
5462
- RSS.
5563
- Posts by tags, difficulty.
5664

57-
Full Changelog: [v2.0.0](https://github.com/ansidev/astro-basic-template/commits/v2.0.0)
65+
Full Changelog: [v2.0.0](https://github.com/ansidev/leetcode-blog/commits/v2.0.0)

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ Solutions for LeetCode problems - Written by [ansidev](https://github.com/anside
3535
Run one of these commands to init a new project from this template
3636

3737
```sh
38-
npm create astro@latest -- --template ansidev/astro-basic-template
38+
npm create astro@latest -- --template ansidev/leetcode-blog
3939
```
4040

4141
```sh
42-
yarn create astro@latest --template ansidev/astro-basic-template
42+
yarn create astro@latest --template ansidev/leetcode-blog
4343
```
4444

4545
```sh
46-
pnpm create astro@latest --template ansidev/astro-basic-template
46+
pnpm create astro@latest --template ansidev/leetcode-blog
4747
```
4848

4949
#### Setup GitHub repository

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.0",
5+
"version": "2.2.1",
66
"license": "MIT",
77
"scripts": {
88
"lc:new": "tsx ./src/cmd/leetcode.ts",

0 commit comments

Comments
 (0)