Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
….nvim into dev
  • Loading branch information
joshuadanpeterson committed Jul 21, 2024
2 parents 38f223c + ca95fc4 commit 0f541f0
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0f541f0

Please sign in to comment.