Skip to content

Commit 26917d7

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.1...v1.3.0) (2024-05-15) ### Features * treeview 기능 초안 ([4c628c2](4c628c2)) * treeView에서 아이콘 클릭해서 복사하기 기능 추가 ([135d9ae](135d9ae)) * tree에 색 표시 ([ad57a49](ad57a49))
1 parent 0c9a7d0 commit 26917d7

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.3.0](https://github.com/divlook/vscode-color-naming/compare/v1.2.1...v1.3.0) (2024-05-15)
2+
3+
4+
### Features
5+
6+
* treeview 기능 초안 ([4c628c2](https://github.com/divlook/vscode-color-naming/commit/4c628c20f908c8f3144abfba3171224b3e8f45e2))
7+
* treeView에서 아이콘 클릭해서 복사하기 기능 추가 ([135d9ae](https://github.com/divlook/vscode-color-naming/commit/135d9aedcf4e13c288786b02627f917952284082))
8+
* tree에 색 표시 ([ad57a49](https://github.com/divlook/vscode-color-naming/commit/ad57a497e5ac09a47f17ef15584c4259e22f78e5))
9+
110
## [1.2.1](https://github.com/divlook/vscode-color-naming/compare/v1.2.0...v1.2.1) (2024-05-11)
211

312

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Color Naming",
44
"description": "A VS Code Extension that names colors using ntc.js",
55
"license": "MIT",
6-
"version": "1.2.1",
6+
"version": "1.3.0",
77
"private": true,
88
"engines": {
99
"vscode": "^1.89.0"
@@ -135,4 +135,4 @@
135135
"dependencies": {
136136
"change-case": "^4.1.2"
137137
}
138-
}
138+
}

0 commit comments

Comments
 (0)