Skip to content

Commit b9b53e1

Browse files
committed
chore(release): v2.0.0
1 parent bc19ece commit b9b53e1

File tree

3 files changed

+33
-1
lines changed

3 files changed

+33
-1
lines changed

.changes/v2.0.0.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## v2.0.0 (2023-02-26)
2+
3+
### Features
4+
5+
- TailwindCSS for UI.
6+
- Multiple themes.
7+
- SEO.
8+
- Analytics: Google Analytics, Swetrix Analytics, Counter Analytics.
9+
- Sitemap.
10+
- RSS.
11+
- Posts by tags, difficulty.
12+
13+
Full Changelog: [v2.0.0](https://github.com/ansidev/astro-basic-template/commits/v2.0.0)

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
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).
6+
7+
## v2.0.0 (2023-02-26)
8+
9+
### Features
10+
11+
- TailwindCSS for UI.
12+
- Multiple themes.
13+
- SEO.
14+
- Analytics: Google Analytics, Swetrix Analytics, Counter Analytics.
15+
- Sitemap.
16+
- RSS.
17+
- Posts by tags, difficulty.
18+
19+
Full Changelog: [v2.0.0](https://github.com/ansidev/astro-basic-template/commits/v2.0.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "leetcode-blog",
33
"description": "Solutions for LeetCode problems - Written by ansidev",
44
"type": "module",
5-
"version": "1.0.1",
5+
"version": "2.0.0",
66
"license": "MIT",
77
"scripts": {
88
"dev": "astro dev",

0 commit comments

Comments
 (0)