Skip to content

Commit 50b257a

Browse files
committed
chore(release): v2.2.0
1 parent e829b37 commit 50b257a

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

.changes/v2.2.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## [v2.2.0](https://github.com/ansidev/astro-basic-template/compare/v2.1.0...v2.2.0) (2023-03-04)
2+
3+
### Features
4+
5+
- Change website font to Inter.
6+
- Add meta fields for SEO.
7+
- Generate post thumbnail using [satori](https://github.com/vercel/satori).
8+
9+
Full Changelog: [v2.1.0...v2.2.0](https://github.com/ansidev/astro-basic-template/compare/v2.1.0...v2.2.0)

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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)
8+
9+
### Features
10+
11+
- Change website font to Inter.
12+
- Add meta fields for SEO.
13+
- Generate post thumbnail using [satori](https://github.com/vercel/satori).
14+
15+
Full Changelog: [v2.1.0...v2.2.0](https://github.com/ansidev/astro-basic-template/compare/v2.1.0...v2.2.0)
16+
717
## [v2.1.0](https://github.com/ansidev/astro-basic-template/compare/v2.0.1...v2.1.0) (2023-03-01)
818

919
### Bug Fixes

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

0 commit comments

Comments
 (0)