Skip to content

Commit

Permalink
chore: release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions release workflow committed Dec 22, 2022
1 parent def9656 commit 96bd17e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.0] - 2022-12-22
### Added
- Superface outline view prototype - shows super.json and allows easy navigation to source files (profiles, maps, providers)

Expand Down Expand Up @@ -109,7 +110,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- `vsix` file release in github flow

[Unreleased]: https://github.com/superfaceai/language-client-vscode/compare/v1.1.2...HEAD
[Unreleased]: https://github.com/superfaceai/language-client-vscode/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/superfaceai/language-client-vscode/compare/v1.1.2...v1.2.0
[1.1.2]: https://github.com/superfaceai/language-client-vscode/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/superfaceai/language-client-vscode/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/superfaceai/language-client-vscode/compare/v1.0.1-beta.0...v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Superface Language Client",
"description": "Superface Language Client for Visual Studio Code",
"icon": "docs/LogoGreen.png",
"version": "1.1.2",
"version": "1.2.0",
"repository": "https://github.com/superfaceai/language-client-vscode",
"author": "Superface Team",
"publisher": "superfaceai",
Expand Down Expand Up @@ -181,4 +181,4 @@
]
}
}
}
}

0 comments on commit 96bd17e

Please sign in to comment.