Skip to content

Commit f40bab1

Browse files
committed
Update changelog and bump version to 1.4.1
1 parent f2e7b04 commit f40bab1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [1.4.1] - 2022-05-04
8+
### Added
9+
- XML Summaries
10+
11+
### Changed
12+
- Debug methods now include string interpolation
13+
14+
### Fixed
15+
- Removed parenthesis from prefixes to improve usability
16+
717
## [1.4.0] - 2022-04-02
818
### Added
919
- Debug methods:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unity-code-snippets-newline",
33
"displayName": "Unity Code Snippets Newline",
44
"description": "All snippets you need for Unity3D development",
5-
"version": "1.4.0",
5+
"version": "1.4.1",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/Cdddo/vscode-unity-code-snippets"

0 commit comments

Comments
 (0)