未验证 提交 bc6c6e51 编写于 作者: F Fatih Acet

Fix v1.9.2 by installing a missing dependency

上级 0f76fed0
# CHANGELOG
## [1.9.3] - 2019-02-05
### Fixed
- Fix broken v1.9.2 by including require package
- Fixed by [@swiffer](https://gitlab.com/swiffer) with [MR !33](https://gitlab.com/fatihacet/gitlab-vscode-extension/merge_requests/33) 👍
## [1.9.2] - 2019-02-05
### Please skip this version and upgrade to v1.9.3
### Fixed
- Node 8.5/8.6 request bug, moved vscode to devDependencies and upgraded npm packages
- Fixed by [@swiffer](https://gitlab.com/swiffer) with [MR !32](https://gitlab.com/fatihacet/gitlab-vscode-extension/merge_requests/32) 👍
......
此差异已折叠。
......@@ -2,7 +2,7 @@
"name": "gitlab-workflow",
"displayName": "GitLab Workflow",
"description": "GitLab VSCode integration",
"version": "1.9.2",
"version": "1.9.3",
"publisher": "fatihacet",
"license": "MIT",
"repository": {
......@@ -246,6 +246,7 @@
"dependencies": {
"execa": "^1.0.0",
"moment": "^2.24.0",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"url": "^0.11.0"
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册