diff --git a/.changes/v2.0.0.md b/.changes/v2.0.0.md index b4f1302..69167e1 100644 --- a/.changes/v2.0.0.md +++ b/.changes/v2.0.0.md @@ -10,4 +10,4 @@ - RSS. - Posts by tags, difficulty. -Full Changelog: [v2.0.0](https://github.com/ansidev/astro-basic-template/commits/v2.0.0) +Full Changelog: [v2.0.0](https://github.com/ansidev/leetcode-blog/commits/v2.0.0) diff --git a/.changes/v2.0.1.md b/.changes/v2.0.1.md index 4c1822b..d71aea6 100644 --- a/.changes/v2.0.1.md +++ b/.changes/v2.0.1.md @@ -1,7 +1,7 @@ -## [v2.0.1](https://github.com/ansidev/astro-basic-template/compare/v2.0.0...v2.0.1) (2023-02-26) +## [v2.0.1](https://github.com/ansidev/leetcode-blog/compare/v2.0.0...v2.0.1) (2023-02-26) ### Bug Fixes - **deployment:** add missing environment variables -Full Changelog: [v2.0.0...v2.0.1](https://github.com/ansidev/astro-basic-template/compare/v2.0.0...v2.0.1) +Full Changelog: [v2.0.0...v2.0.1](https://github.com/ansidev/leetcode-blog/compare/v2.0.0...v2.0.1) diff --git a/.changes/v2.1.0.md b/.changes/v2.1.0.md index fa7b988..bcf6603 100644 --- a/.changes/v2.1.0.md +++ b/.changes/v2.1.0.md @@ -1,4 +1,4 @@ -## [v2.1.0](https://github.com/ansidev/astro-basic-template/compare/v2.0.1...v2.1.0) (2023-03-01) +## [v2.1.0](https://github.com/ansidev/leetcode-blog/compare/v2.0.1...v2.1.0) (2023-03-01) ### Bug Fixes @@ -16,4 +16,4 @@ - **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) +Full Changelog: [v2.0.1...v2.1.0](https://github.com/ansidev/leetcode-blog/compare/v2.0.1...v2.1.0) diff --git a/.changes/v2.2.0.md b/.changes/v2.2.0.md index 905731f..978aa02 100644 --- a/.changes/v2.2.0.md +++ b/.changes/v2.2.0.md @@ -1,4 +1,4 @@ -## [v2.2.0](https://github.com/ansidev/astro-basic-template/compare/v2.1.0...v2.2.0) (2023-03-04) +## [v2.2.0](https://github.com/ansidev/leetcode-blog/compare/v2.1.0...v2.2.0) (2023-03-04) ### Features @@ -6,4 +6,4 @@ - Add meta fields for SEO. - Generate post thumbnail using [satori](https://github.com/vercel/satori). -Full Changelog: [v2.1.0...v2.2.0](https://github.com/ansidev/astro-basic-template/compare/v2.1.0...v2.2.0) +Full Changelog: [v2.1.0...v2.2.0](https://github.com/ansidev/leetcode-blog/compare/v2.1.0...v2.2.0) diff --git a/.changes/v2.2.1.md b/.changes/v2.2.1.md new file mode 100644 index 0000000..a607c60 --- /dev/null +++ b/.changes/v2.2.1.md @@ -0,0 +1,7 @@ +## [v2.2.1](https://github.com/ansidev/leetcode-blog/compare/v2.2.0...v2.2.1) (2023-03-05) + +### Bug Fixes + +- **changelog:** wrong repository URL + +Full Changelog: [v2.2.0...v2.2.1](https://github.com/ansidev/leetcode-blog/compare/v2.2.0...v2.2.1) diff --git a/.chglog/config.yml b/.chglog/config.yml index e4e0909..81af52d 100755 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -2,7 +2,7 @@ style: github template: CHANGELOG.tpl.md info: title: CHANGELOG - repository_url: https://github.com/ansidev/astro-basic-template + repository_url: https://github.com/ansidev/leetcode-blog options: commits: filters: diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f4b84c..f12eaf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,15 @@ 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.2.0](https://github.com/ansidev/astro-basic-template/compare/v2.1.0...v2.2.0) (2023-03-04) +## [v2.2.1](https://github.com/ansidev/leetcode-blog/compare/v2.2.0...v2.2.1) (2023-03-05) + +### Bug Fixes + +- **changelog:** wrong repository URL + +Full Changelog: [v2.2.0...v2.2.1](https://github.com/ansidev/leetcode-blog/compare/v2.2.0...v2.2.1) + +## [v2.2.0](https://github.com/ansidev/leetcode-blog/compare/v2.1.0...v2.2.0) (2023-03-04) ### Features @@ -12,9 +20,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a - Add meta fields for SEO. - Generate post thumbnail using [satori](https://github.com/vercel/satori). -Full Changelog: [v2.1.0...v2.2.0](https://github.com/ansidev/astro-basic-template/compare/v2.1.0...v2.2.0) +Full Changelog: [v2.1.0...v2.2.0](https://github.com/ansidev/leetcode-blog/compare/v2.1.0...v2.2.0) -## [v2.1.0](https://github.com/ansidev/astro-basic-template/compare/v2.0.1...v2.1.0) (2023-03-01) +## [v2.1.0](https://github.com/ansidev/leetcode-blog/compare/v2.0.1...v2.1.0) (2023-03-01) ### Bug Fixes @@ -32,15 +40,15 @@ Full Changelog: [v2.1.0...v2.2.0](https://github.com/ansidev/astro-basic-templat - **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) +Full Changelog: [v2.0.1...v2.1.0](https://github.com/ansidev/leetcode-blog/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) +## [v2.0.1](https://github.com/ansidev/leetcode-blog/compare/v2.0.0...v2.0.1) (2023-02-26) ### Bug Fixes - **deployment:** add missing environment variables -Full Changelog: [v2.0.0...v2.0.1](https://github.com/ansidev/astro-basic-template/compare/v2.0.0...v2.0.1) +Full Changelog: [v2.0.0...v2.0.1](https://github.com/ansidev/leetcode-blog/compare/v2.0.0...v2.0.1) ## v2.0.0 (2023-02-26) @@ -54,4 +62,4 @@ Full Changelog: [v2.0.0...v2.0.1](https://github.com/ansidev/astro-basic-templat - RSS. - Posts by tags, difficulty. -Full Changelog: [v2.0.0](https://github.com/ansidev/astro-basic-template/commits/v2.0.0) +Full Changelog: [v2.0.0](https://github.com/ansidev/leetcode-blog/commits/v2.0.0) diff --git a/README.md b/README.md index ede7fbd..d3b59ff 100644 --- a/README.md +++ b/README.md @@ -35,15 +35,15 @@ Solutions for LeetCode problems - Written by [ansidev](https://github.com/anside Run one of these commands to init a new project from this template ```sh -npm create astro@latest -- --template ansidev/astro-basic-template +npm create astro@latest -- --template ansidev/leetcode-blog ``` ```sh -yarn create astro@latest --template ansidev/astro-basic-template +yarn create astro@latest --template ansidev/leetcode-blog ``` ```sh -pnpm create astro@latest --template ansidev/astro-basic-template +pnpm create astro@latest --template ansidev/leetcode-blog ``` #### Setup GitHub repository diff --git a/package.json b/package.json index fbc7758..8531657 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "leetcode-blog", "description": "Solutions for LeetCode problems - Written by ansidev", "type": "module", - "version": "2.2.0", + "version": "2.2.1", "license": "MIT", "scripts": { "lc:new": "tsx ./src/cmd/leetcode.ts",