Skip to content

Commit d30bdc7

Browse files
authored
Merge pull request #24 from Automattic/prepare-release
chore: Prepare 1.0.0
2 parents 30eff30 + 69d1211 commit d30bdc7

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## [1.0.0](https://github.com/Automattic/vscode-logwatcher/releases/tag/v1.0.0)
6+
7+
* First official release
8+
59
## [0.0.3](https://github.com/Automattic/vscode-logwatcher/releases/tag/v0.0.3)
610

711
* Add an option to set the list of the files to watch on startup.

package-lock.json

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

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"displayName": "Log Watcher",
55
"description": "A Visual Studio Code extension that watches log files for changes and outputs those changes to the \"Output\" tab in real time, similar to `tail -F`.",
66
"version": "0.0.3",
7-
"preview": true,
87
"keywords": [
98
"logs",
109
"log watcher",

0 commit comments

Comments
 (0)