@peerbots/core 0.1.2 → 0.1.3

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 ADDED
@@ -0,0 +1,8 @@
1
+ # @peerbots/core
2
+
3
+ ## 0.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - e530bad: Add access to iconpaths
8
+ - 95e1653: Fix iconpaths export
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.1.2",
6
+ "version": "0.1.3",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",
9
9
  "license": "GPL-3.0-only",
@@ -1,5 +0,0 @@
1
- ---
2
- "@peerbots/core": patch
3
- ---
4
-
5
- Add access to iconpaths
@@ -1,5 +0,0 @@
1
- ---
2
- "@peerbots/core": patch
3
- ---
4
-
5
- Fix iconpaths export