Skip to content

Commit e2d3ece

Browse files
chore(main): release 1.1.0 (#5)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d3a4655 commit e2d3ece

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/sunggun-yu/vscode-kubemani-diff/compare/v1.0.0...v1.1.0) (2023-12-22)
4+
5+
6+
### Features
7+
8+
* diff orphaned objects and so on ([#4](https://github.com/sunggun-yu/vscode-kubemani-diff/issues/4)) ([d3a4655](https://github.com/sunggun-yu/vscode-kubemani-diff/commit/d3a4655a8195e6534d6020cdbfc207356029325b))
9+
310
## 1.0.0 (2023-12-18)
411

512

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "kubemani-diff",
33
"displayName": "kubemani-diff",
44
"description": "Kubernetes Manifest Diff",
5-
"version": "1.0.0",
5+
"version": "1.1.0",
66
"engines": {
77
"vscode": "^1.84.0"
88
},

0 commit comments

Comments
 (0)