Skip to content

Commit

Permalink
🔖 v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HaaLeo committed Mar 16, 2019
1 parent 7f0a20b commit 8d142ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
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).

## Unreleased
## 2019-03-16 - v2.0.0
* **BREAKING CHANGES**:
* The extension now requires minimum VS Code version **1.30.0**
* Removed setting `timing.hoverTargetFormat`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
The *timing* extension converts and visualizes a given time to various formats.
This extension was inspired by [zodiac403's epoch-time-converter](https://github.com/zodiac403/epoch-time-converter).

> All breaking changes of **v1.0.0** are listed in the [changelog](CHANGELOG.md#changelog)
> All breaking changes of **v2.0.0** are listed in the [changelog](CHANGELOG.md#changelog)
## Installation

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "timing",
"displayName": "Time Converter",
"description": "Converts timestamps from/to various formats and inserts them on demand.",
"version": "1.4.1",
"version": "2.0.0",
"publisher": "HaaLeo",
"engines": {
"vscode": "^1.30.0"
Expand Down Expand Up @@ -142,7 +142,7 @@
"title": "Write the converted time to the clipboard",
"description": "Indicates whether the result of the conversion is written to the clipboard. When enabled, no result view is shown.",
"type": "boolean",
"default": true
"default": false
},
"timing.customFormats": {
"title": "Custom time formats.",
Expand Down

0 comments on commit 8d142ed

Please sign in to comment.