diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f7d5eb1..bd81fb35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ All the changes made to Showcase theme for Hugo. +## v2.0.0 - 2022-12-25 + +### Added + +- BREAKING: Ability to specify social icons order #91 +- Table of contents support #84 +- Search customization #79 +- Option to skip showing thumbnail in post page #93 +- Added more social icons + - Mastodon #92 + - XDA #83 + - Telegram #83 + - Buy me a coffee #83 + - Google Scholar #85 + - Facebook #90 + - Behance #66 + - Tiktok #77 + - Stackoverflow #71 + +### Fixed + +- Inline code block #78 + ## v1.5.0 - 2022-08-11 ### Added diff --git a/package-lock.json b/package-lock.json index 880f9b05..3ac3873b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "blist", - "version": "1.5.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "blist", - "version": "1.5.0", + "version": "2.0.0", "license": "MIT", "devDependencies": { "@tailwindcss/typography": "^0.4.0", diff --git a/package.json b/package.json index 4a550bba..5a04fe65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blist", - "version": "1.5.0", + "version": "2.0.0", "description": "Blist is a clean and fast blog theme for your Hugo site.", "main": "index.js", "repository": "https://github.com/apvarun/blist-hugo-theme",