Skip to content

Commit 57fc934

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2022-11-13) ### Features * code formatter plugin mvp done ([dc94873](dc94873)) * support css / less / scss ([45fea18](45fea18))
1 parent eee5759 commit 57fc934

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.0.0 (2022-11-13)
2+
3+
4+
### Features
5+
6+
* code formatter plugin mvp done ([dc94873](https://github.com/PerfectPan/logseq-plugin-code-formatter/commit/dc948739e1cf69ab4ed1aa06bc7f6df7ab4864cc))
7+
* support css / less / scss ([45fea18](https://github.com/PerfectPan/logseq-plugin-code-formatter/commit/45fea18e8b55e7a452c1c2225b062336d81b9211))
8+
19
## [2.1.1](https://github.com/pengx17/logseq-plugin-template-react/compare/v2.1.0...v2.1.1) (2022-03-24)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logseq-plugin-code-formatter",
3-
"version": "0.0.2",
3+
"version": "1.0.0",
44
"main": "dist/index.html",
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)