@geins/types 0.3.0-canary → 0.3.2

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 +19 -0
  2. package/package.json +2 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @geins/types
2
2
 
3
+ ## 0.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 218c69f: first
8
+
9
+ ## 0.3.1
10
+
11
+ ### Patch Changes
12
+
13
+ - first
14
+
15
+ ## 0.3.0
16
+
17
+ ### Patch Changes
18
+
19
+ - 5350ec8: first
20
+ - 5350ec8: first
21
+
3
22
  ## 0.3.0-canary
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@geins/types",
3
- "version": "0.3.0-canary",
3
+ "version": "0.3.2",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "type": "module",
8
+ "license": "MIT",
8
9
  "scripts": {
9
10
  "build": "rollup -c",
10
11
  "prepublishOnly": "npm run build",