obsidian-dev-utils 7.0.1-beta.6 → 8.0.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 +3 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,15 +1,9 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
-
##
|
4
|
-
|
5
|
-
- Refactor to constructors
|
6
|
-
|
7
|
-
## 7.0.1-beta.2
|
8
|
-
|
9
|
-
- Extract initFromRecord
|
10
|
-
|
11
|
-
## 7.0.1-beta.1
|
3
|
+
## 8.0.0
|
12
4
|
|
5
|
+
- Don't update changelog for beta builds
|
6
|
+
- Add support to ignore path
|
13
7
|
- Refactor PluginSettings
|
14
8
|
- isValidRegExp
|
15
9
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "obsidian-dev-utils",
|
3
|
-
"version": "
|
3
|
+
"version": "8.0.0",
|
4
4
|
"description": "This is the collection of useful functions that you can use for your Obsidian plugin development",
|
5
5
|
"main": "./dist/lib/index.cjs",
|
6
6
|
"types": "./dist/lib/index.d.ts",
|