File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ v2.0.1] ( https://github.com/ansidev/astro-basic-template/compare/v2.0.0...v2.0.1 ) (2023-02-26)
2+
3+ ### Bug Fixes
4+
5+ - ** deployment:** add missing environment variables
6+
7+ Full Changelog: [ v2.0.0...v2.0.1] ( https://github.com/ansidev/astro-basic-template/compare/v2.0.0...v2.0.1 )
Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ 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.0.1] ( https://github.com/ansidev/astro-basic-template/compare/v2.0.0...v2.0.1 ) (2023-02-26)
8+
9+ ### Bug Fixes
10+
11+ - ** deployment:** add missing environment variables
12+
13+ Full Changelog: [ v2.0.0...v2.0.1] ( https://github.com/ansidev/astro-basic-template/compare/v2.0.0...v2.0.1 )
14+
715## v2.0.0 (2023-02-26)
816
917### Features
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.0 " ,
5+ "version" : " 2.0.1 " ,
66 "license" : " MIT" ,
77 "scripts" : {
88 "dev" : " astro dev" ,
You can’t perform that action at this time.
0 commit comments