@operato/scene-random 1.2.62 → 1.2.66

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.2.66](https://github.com/things-scene/operato-scene/compare/v1.2.65...v1.2.66) (2023-09-14)
7
+
8
+ **Note:** Version bump only for package @operato/scene-random
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.2.65](https://github.com/things-scene/operato-scene/compare/v1.2.64...v1.2.65) (2023-09-14)
15
+
16
+ **Note:** Version bump only for package @operato/scene-random
17
+
18
+
19
+
20
+
21
+
6
22
  ## [1.2.62](https://github.com/things-scene/operato-scene/compare/v1.2.61...v1.2.62) (2023-09-11)
7
23
 
8
24
  **Note:** Version bump only for package @operato/scene-random
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/scene-random",
3
3
  "description": "An random data source component for things-scene.",
4
4
  "author": "heartyoh",
5
- "version": "1.2.62",
5
+ "version": "1.2.66",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
8
8
  "license": "MIT",
@@ -58,5 +58,5 @@
58
58
  "prettier --write"
59
59
  ]
60
60
  },
61
- "gitHead": "be3109453bba40b787b5992bd2b8359215bee1a1"
61
+ "gitHead": "7216f5867ad09928146234ddad5fb188023f66fe"
62
62
  }