Skip to content

Commit

Permalink
Merge pull request #147 from YoshinoriN/prepare-v3.0.0
Browse files Browse the repository at this point in the history
Preparation v3.0.0
  • Loading branch information
yoshinorin authored May 29, 2020
2 parents 6664105 + 162bd57 commit 29ee3d6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Current File Path for Visual Studio Code

![](https://img.shields.io/badge/Release-v2.0.0-blue.svg?style=flat-square)
![](https://img.shields.io/badge/Release-v3.0.0-blue.svg?style=flat-square)
![](https://img.shields.io/badge/vscode-^1.40.0-blue.svg?style=flat-square)
![CI](https://github.com/YoshinoriN/vscode-current-file-path-extension/workflows/CI/badge.svg?branch=master)

Expand Down Expand Up @@ -43,6 +43,24 @@ Visual Studio Code extension. This extension displays a current file path from a

## Release Notes

### v3.0.0
---

#### Breaking change

* [6664105](https://github.com/YoshinoriN/vscode-current-file-path-extension/commit/66641059a8263cf4d9d70986b5f424d65b6d5f38): Bump min support VSCode version from `1.18.0` to `1.40.0`

#### New features

* [5811830](https://github.com/YoshinoriN/vscode-current-file-path-extension/commit/58118304a2a068b69fa544b3268bee578615f0fb): Add open extension settings

#### Misc

* [#144](https://github.com/YoshinoriN/vscode-current-file-path-extension/pull/144), [f56d3fde](https://github.com/YoshinoriN/vscode-current-file-path-extension/commit/f56d3fde4855902d8f54aefd4a10e4f62d8c90b7), [339b2400](https://github.com/YoshinoriN/vscode-current-file-path-extension/commit/339b240067e161b292da25160a4223278539a313): Add unit test
* [#143](https://github.com/YoshinoriN/vscode-current-file-path-extension/pull/143): Add CI (GitHub Action)
* Update some dependencies


### v2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "current-file-path",
"displayName": "Current File Path",
"description": "Display current file's path from absolute (root directory) or workspace highest directory in StatusBar by Unix style or Windows style.",
"version": "2.0.0",
"version": "3.0.0",
"publisher": "YoshinoriN",
"repository": {
"type": "git",
Expand Down

0 comments on commit 29ee3d6

Please sign in to comment.