diff --git a/CHANGELOG.md b/CHANGELOG.md index d958518..2ef6209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/README.md b/README.md index 1139d1a..186d0fc 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 110a76b..44741ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "timing", - "version": "1.4.1", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 89cb179..cb751f0 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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.",