We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb9d070 + 0042fde commit 8677b34Copy full SHA for 8677b34
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mota",
3
- "version": "8.1.1",
+ "version": "8.1.2",
4
"description": "An extremely lightweight and responsive state management library",
5
"module": "./dist/mota-es.js",
6
"main": "./dist/mota-cjs.js",
src/info.ts
@@ -5,4 +5,4 @@
*/
7
export const name = "mota";
8
-export const version = "8.1.1";
+export const version = "8.1.2";
0 commit comments