Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadanpeterson authored Jul 20, 2024
2 parents 25ca088 + c2862a9 commit 5dc8592
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog


## [v0.4.24](https://github.com/joshuadanpeterson/typewriter.nvim/tree/v0.4.24) (2024-07-19)
- style(commands): Remove debug print statements
- feat(center_block_config): Add new node
Expand All @@ -9,13 +10,19 @@
- fix: Improve center_block_and_cursor function for better PHP block handling
- feat(commands): Correctly center code block even when near bottom of the file

[Full Changelog](https://github.com/joshuadanpeterson/typewriter.nvim/compare/v0.4.23...v0.4.24)
[Full Changelog](https://github.com/joshuadanpeterson/typewriter.nvim/compare/v0.4.25...v0.4.24)

## [v0.4.23](https://github.com/joshuadanpeterson/typewriter.nvim/tree/v0.4.23) (2024-07-19)
- Merge pull request #11 from joshuadanpeterson/dev
- docs: update CHANGELOG.md for v0.4.22 and remove duplicate entries

[Full Changelog](https://github.com/joshuadanpeterson/typewriter.nvim/compare/v0.4.24...v0.4.23)

## [v0.4.22](https://github.com/joshuadanpeterson/typewriter.nvim/tree/v0.4.22) (2024-07-19)
- fix(commands): Move helper functions outside specific functions to avoid nil error
- docs: update CHANGELOG.md for v0.4.21 and remove duplicate entries

[Full Changelog](https://github.com/joshuadanpeterson/typewriter.nvim/compare/v0.4.24...v0.4.22)
[Full Changelog](https://github.com/joshuadanpeterson/typewriter.nvim/compare/v0.4.23...v0.4.22)

## [v0.4.21](https://github.com/joshuadanpeterson/typewriter.nvim/tree/v0.4.21) (2024-07-18)
- Merge pull request #10 from joshuadanpeterson/dev
Expand Down

0 comments on commit 5dc8592

Please sign in to comment.