From ca95fc41eadc9a461984d66a6bf2b9ad5f676a9f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 21 Jul 2024 09:43:43 +0000 Subject: [PATCH] docs: update CHANGELOG.md for v0.6.0 and remove duplicate entries --- CHANGELOG.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1331e4d..90a8b06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,37 @@ # Changelog +## [v0.6.0](https://github.com/joshuadanpeterson/typewriter.nvim/tree/v0.6.0) (2024-07-21) +- feat: Add throw_statement to Java significant blocks +- feat: Add OCaml significant node types to M.expand table for centering +- feat: Add significant node types for Zig filetype for centering +- feat: Add significant node types for C language +- feat: Add significant node types for C# in center_block_config +- feat: Add significant C++ node types to center_block_config +- feat: Add significant Swift node types to center block config +- feat: Add Dart node types to center block config +- docs(help): Update help docs +- feat: Add significant JSON node types to center_block_config +- feat: Add significant CSS node types to center_block_config.lua +- feat: Add YAML significant node types to center block config +- feat: Add significant Lua node types for centering +- feat: Add significant Rust node types for centering +- feat: Add significant Go node types for centering +- feat(gitignore): Add test files to gitignore +- feat: Add significant Python node types for centering +- feat: Add significant JavaScript node types for centering +- Merge branch 'dev' of https://github.com/joshuadanpeterson/typewriter.nvim into dev +- feat: Add significant Bash node types for centering +- docs: update CHANGELOG.md for v0.5.0 and remove duplicate entries + +[Full Changelog](https://github.com/joshuadanpeterson/typewriter.nvim/compare/v0.5.0...v0.6.0) + ## [v0.5.0](https://github.com/joshuadanpeterson/typewriter.nvim/tree/v0.5.0) (2024-07-20) - Merge branch 'dev' of https://github.com/joshuadanpeterson/typewriter.nvim into dev - feat: Update significant node types for centering - refactor(test): Remove test.txt - docs: update CHANGELOG.md for v0.4.26 and remove duplicate entries -[Full Changelog](https://github.com/joshuadanpeterson/typewriter.nvim/compare/v0.4.26...v0.5.0) +[Full Changelog](https://github.com/joshuadanpeterson/typewriter.nvim/compare/v0.6.0...v0.5.0) ## [v0.4.26](https://github.com/joshuadanpeterson/typewriter.nvim/tree/v0.4.26) (2024-07-19) - refactor(CHANGELOG): Update CHANGELOG