We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee5759 commit 57fc934Copy full SHA for 57fc934
2 files changed
CHANGELOG.md
@@ -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
9
## [2.1.1](https://github.com/pengx17/logseq-plugin-template-react/compare/v2.1.0...v2.1.1) (2022-03-24)
10
11
package.json
@@ -1,6 +1,6 @@
{
"name": "logseq-plugin-code-formatter",
- "version": "0.0.2",
+ "version": "1.0.0",
"main": "dist/index.html",
"scripts": {
"dev": "vite",
0 commit comments