@standardnotes/markdown-minimal 1.2.1 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 1.3.0 (2022-11-04)
7
+
8
+ ### Features
9
+
10
+ * add advanced checklist editor ([#3](https://github.com/standardnotes/plugins/issues/3)) ([71ae54d](https://github.com/standardnotes/plugins/commit/71ae54de2b1563c39a885d1ae6d3b30c0ba72eae))
11
+ * individual package entries ([8405d41](https://github.com/standardnotes/plugins/commit/8405d418f5110dd54310d180ffe7c319e61300bd))
12
+ * initial commit ([cf09e92](https://github.com/standardnotes/plugins/commit/cf09e925f915349a64c16905140a2b7b50d1b69b))
13
+
6
14
  ## [1.2.1](https://github.com/standardnotes/plugins/compare/@sncommunity/markdown-minimal@1.2.0...@sncommunity/markdown-minimal@1.2.1) (2022-11-04)
7
15
 
8
16
  **Note:** Version bump only for package @sncommunity/markdown-minimal
package/LICENSE.md ADDED
File without changes
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.2.1",
6
+ "version": "1.3.0",
7
7
  "description": "A minimal Markdown editor for Standard Notes.",
8
8
  "author": "Standard Notes Retired",
9
9
  "main": "dist/dist.js",
@@ -37,5 +37,6 @@
37
37
  "sass": "*",
38
38
  "sn-codemirror-search": "1.0.0",
39
39
  "sn-stylekit": "2.1.0"
40
- }
40
+ },
41
+ "gitHead": "915e5bbf0309aad528eb7a36a6b13086c062876f"
41
42
  }