@vemjs/plugin-api 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - Updated dependencies [f5ccf66]
8
+ - @vemjs/core@0.1.1
9
+
10
+ ## 0.1.0
11
+
12
+ ### Patch Changes
13
+
7
14
  - 0498765: chore: release infrastructure, package metadata, and documentation scaffolding
8
15
 
9
16
  This changeset covers all release preparation work for the initial 0.1.0 publish:
@@ -41,8 +48,6 @@
41
48
  - Updated dependencies [3fa4848]
42
49
  - @vemjs/core@0.2.0
43
50
 
44
- ## 0.1.0
45
-
46
51
  ### Features
47
52
 
48
53
  - `PluginRegistry` — plugin activation lifecycle manager
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vemjs/plugin-api",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "SDK interfaces for 3rd-party plugins on the Vem editor",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",