Skip to content

Commit

Permalink
release version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo Ribeiro committed May 31, 2024
1 parent 8723efa commit 84bb7e9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
# Changelog
## Unreleased

- Add wordWrap support
## [2.4.0]

### Added

- `wordWrap` support
- When set to "on", lines overflow to the next line when they are over the `width` or `maxLineWidth` limits
- Defaults to "off" for now, I'll revisit this setting at a later date
- Thanks @ozum

## [2.3.0]

- Add multi-language awareness support!
### Added

- Multi-language awareness support!
- You can now have different styles for different languages
Thanks @etjones
Thanks @Enteleform
- Thanks @etjones
- Thanks @Enteleform

## [2.2.1]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Comment Box",
"description": "Add, remove and update highly configurable comment boxes",
"icon": "images/comment-box-logo.png",
"version": "2.3.0",
"version": "2.4.0",
"publisher": "SlySherZ",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 84bb7e9

Please sign in to comment.