Skip to content

Commit da8f2ef

Browse files
committed
🔖 v2.3.0
1 parent e18e505 commit da8f2ef

3 files changed

Lines changed: 21 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22
All notable changes to the "timing" extension will be documented in this file. This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
33

4-
## Unreleased - v2.3.0
4+
## 2019-12-22 - v2.3.0
55
* **DEPRECATED** the string type of the `timing.hiddenCommands`.
66
* Changed the `timing.hiddenCommands` setting. It now accepts an array of command IDs.
77
* Changed insert icon to the corresponding [microsoft/vscode-icons](https://github.com/microsoft/vscode-icons) icon.

package-lock.json

Lines changed: 19 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "timing",
33
"displayName": "Time Converter",
44
"description": "Converts timestamps from/to various formats and inserts them on demand.",
5-
"version": "2.2.0",
5+
"version": "2.3.0",
66
"publisher": "HaaLeo",
77
"engines": {
88
"vscode": "^1.30.0"

0 commit comments

Comments
 (0)