@wvb/config 0.0.0 → 0.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1 +1,13 @@
1
1
  # Changelog
2
+
3
+ ## config v0.1.0
4
+
5
+ This release includes packages: [`@wvb/config`](https://www.npmjs.com/package/@wvb/config/v/0.1.0)
6
+
7
+ - feat(config,cli): supports cli to read config file (#92)
8
+ - feat(all): update remote providers (#87)
9
+ - feat(all): redesign manifest architecture, add config (#83)
10
+ - feat(all): separate signing/verifying signature and making/checking integrity features (#76)
11
+ - refactor(all): add napi feature in core (#61)
12
+ - feat(all): prepare 0.1.0 release (#48)
13
+ - refactor(all): pure esm (#30)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wvb/config",
3
- "version": "0.0.0",
3
+ "version": "0.1.0",
4
4
  "description": "Configuration for webview bundle",
5
5
  "homepage": "https://github.com/webview-bundle/webview-bundle",
6
6
  "bugs": {