File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ v2.2.2] ( https://github.com/ansidev/leetcode-blog/compare/v2.2.1...v2.2.2 ) (2023-03-08)
2+
3+ ### Bug Fixes
4+
5+ - ** markdown:** update markdown config to nowrap text
6+
7+ - ** ui:** update CSS styles for code blocks
8+
9+ Full Changelog: [ v2.2.1...v2.2.2] ( https://github.com/ansidev/leetcode-blog/compare/v2.2.1...v2.2.2 )
Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ 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.2.2] ( https://github.com/ansidev/leetcode-blog/compare/v2.2.1...v2.2.2 ) (2023-03-08)
8+
9+ ### Bug Fixes
10+
11+ - ** markdown:** update markdown config to nowrap text
12+
13+ - ** ui:** update CSS styles for code blocks
14+
15+ Full Changelog: [ v2.2.1...v2.2.2] ( https://github.com/ansidev/leetcode-blog/compare/v2.2.1...v2.2.2 )
16+
717## [ v2.2.1] ( https://github.com/ansidev/leetcode-blog/compare/v2.2.0...v2.2.1 ) (2023-03-05)
818
919### Bug Fixes
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.2.1 " ,
5+ "version" : " 2.2.2 " ,
66 "license" : " MIT" ,
77 "scripts" : {
88 "lc:new" : " tsx ./src/cmd/leetcode.ts" ,
You can’t perform that action at this time.
0 commit comments