From 72531125aa245818258076a0ee4e76e03ed65dc6 Mon Sep 17 00:00:00 2001 From: Le Minh Tri Date: Sun, 5 Mar 2023 00:02:25 +0700 Subject: [PATCH 1/3] fix(changelog): wrong repository URL --- .chglog/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chglog/config.yml b/.chglog/config.yml index e4e0909c..81af52d3 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: From 9aef435e834e551e56b7cacd9e5e588d026e9984 Mon Sep 17 00:00:00 2001 From: Le Minh Tri Date: Sun, 5 Mar 2023 00:02:52 +0700 Subject: [PATCH 2/3] docs(changelog): wrong repository URL --- .changes/v2.0.0.md | 2 +- .changes/v2.0.1.md | 4 ++-- .changes/v2.1.0.md | 4 ++-- .changes/v2.2.0.md | 4 ++-- CHANGELOG.md | 14 +++++++------- README.md | 6 +++--- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.changes/v2.0.0.md b/.changes/v2.0.0.md index b4f13025..69167e1e 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 4c1822b0..d71aea6f 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 fa7b9880..bcf66035 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 905731fe..978aa02a 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/CHANGELOG.md b/CHANGELOG.md index 7f4b84ca..124ad368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.0](https://github.com/ansidev/leetcode-blog/compare/v2.1.0...v2.2.0) (2023-03-04) ### Features @@ -12,9 +12,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 +32,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 +54,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 ede7fbde..d3b59ffe 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 From 64414fa0cce6f6a39f155335662655bca3402e41 Mon Sep 17 00:00:00 2001 From: Le Minh Tri Date: Sun, 5 Mar 2023 00:04:25 +0700 Subject: [PATCH 3/3] chore(release): v2.2.1 --- .changes/v2.2.1.md | 7 +++++++ CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .changes/v2.2.1.md diff --git a/.changes/v2.2.1.md b/.changes/v2.2.1.md new file mode 100644 index 00000000..a607c60e --- /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/CHANGELOG.md b/CHANGELOG.md index 124ad368..f12eaf3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.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 diff --git a/package.json b/package.json index fbc77587..8531657c 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",