Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .changes/v2.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## [v2.1.0](https://github.com/ansidev/astro-basic-template/compare/v2.0.1...v2.1.0) (2023-03-01)

### Bug Fixes

- set dir for internal task to avoid wrong working directory

- delete existing branch before initializing

### Features

- **cli-command:** add command `leetcode` for generating new solution post

- **deploy:** update environment variable

- **disqus-comment:** add Disqus comment to post page

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

Full Changelog: [v2.0.1...v2.1.0](https://github.com/ansidev/astro-basic-template/compare/v2.0.1...v2.1.0)
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.

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).

## [v2.1.0](https://github.com/ansidev/astro-basic-template/compare/v2.0.1...v2.1.0) (2023-03-01)

### Bug Fixes

- set dir for internal task to avoid wrong working directory

- delete existing branch before initializing

### Features

- **cli-command:** add command `leetcode` for generating new solution post

- **deploy:** update environment variable

- **disqus-comment:** add Disqus comment to post page

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

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

## [v2.0.1](https://github.com/ansidev/astro-basic-template/compare/v2.0.0...v2.0.1) (2023-02-26)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "leetcode-blog",
"description": "Solutions for LeetCode problems - Written by ansidev",
"type": "module",
"version": "2.0.1",
"version": "2.1.0",
"license": "MIT",
"scripts": {
"lc:new": "tsx ./src/cmd/leetcode.ts",
Expand Down