diff --git a/.changes/v3.0.1.md b/.changes/v3.0.1.md new file mode 100644 index 0000000..0c7dbf8 --- /dev/null +++ b/.changes/v3.0.1.md @@ -0,0 +1,7 @@ +## [v3.0.1](https://github.com/ansidev/leetcode-blog/compare/v3.0.0...v3.0.1) (2025-05-01) + +### Bug Fixes + +- error while rendering page `/rss.xml` + +Full Changelog: [v3.0.0...v3.0.1](https://github.com/ansidev/leetcode-blog/compare/v3.0.0...v3.0.1) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f52043..5330842 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). +## [v3.0.1](https://github.com/ansidev/leetcode-blog/compare/v3.0.0...v3.0.1) (2025-05-01) + +### Bug Fixes + +- error while rendering page `/rss.xml` + +Full Changelog: [v3.0.0...v3.0.1](https://github.com/ansidev/leetcode-blog/compare/v3.0.0...v3.0.1) + ## [v3.0.0](https://github.com/ansidev/leetcode-blog/compare/v2.2.7...v3.0.0) (2025-05-01) ### Bug Fixes diff --git a/package.json b/package.json index 1eaacd9..7e6c0ed 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": "3.0.0", + "version": "3.0.1", "license": "MIT", "packageManager": "pnpm@10.10.0", "scripts": {