File tree Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ v2.1.0] ( https://github.com/ansidev/astro-basic-template/compare/v2.0.1...v2.1.0 ) (2023-03-01)
2+
3+ ### Bug Fixes
4+
5+ - set dir for internal task to avoid wrong working directory
6+
7+ - delete existing branch before initializing
8+
9+ ### Features
10+
11+ - ** cli-command:** add command ` leetcode ` for generating new solution post
12+
13+ - ** deploy:** update environment variable
14+
15+ - ** disqus-comment:** add Disqus comment to post page
16+
17+ - ** seo:** add canonical URL meta field
18+
19+ Full Changelog: [ v2.0.1...v2.1.0] ( https://github.com/ansidev/astro-basic-template/compare/v2.0.1...v2.1.0 )
Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
44
55The 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.1.0] ( https://github.com/ansidev/astro-basic-template/compare/v2.0.1...v2.1.0 ) (2023-03-01)
8+
9+ ### Bug Fixes
10+
11+ - set dir for internal task to avoid wrong working directory
12+
13+ - delete existing branch before initializing
14+
15+ ### Features
16+
17+ - ** cli-command:** add command ` leetcode ` for generating new solution post
18+
19+ - ** deploy:** update environment variable
20+
21+ - ** disqus-comment:** add Disqus comment to post page
22+
23+ - ** seo:** add canonical URL meta field
24+
25+ Full Changelog: [ v2.0.1...v2.1.0] ( https://github.com/ansidev/astro-basic-template/compare/v2.0.1...v2.1.0 )
26+
727## [ v2.0.1] ( https://github.com/ansidev/astro-basic-template/compare/v2.0.0...v2.0.1 ) (2023-02-26)
828
929### Bug Fixes
Original file line number Diff line number Diff line change 22 "name" : " leetcode-blog" ,
33 "description" : " Solutions for LeetCode problems - Written by ansidev" ,
44 "type" : " module" ,
5- "version" : " 2.0.1 " ,
5+ "version" : " 2.1.0 " ,
66 "license" : " MIT" ,
77 "scripts" : {
88 "lc:new" : " tsx ./src/cmd/leetcode.ts" ,
You can’t perform that action at this time.
0 commit comments