Release Subpackages
@@ -1,5 +0,0 @@
----
-'@growi/core': minor
-
-Update GrowiInfo interface
@@ -1,5 +1,11 @@
# @growi/core
+## 1.4.0
+
+### Minor Changes
+- [#9542](https://github.com/weseek/growi/pull/9542) [`708c45a`](https://github.com/weseek/growi/commit/708c45ab76ee7a3d3861033d1f82714f2f07e4ec) Thanks [@yuki-takei](https://github.com/yuki-takei)! - Update GrowiInfo interface
## 1.3.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@growi/core",
- "version": "1.3.1",
+ "version": "1.4.0",
"description": "GROWI Core Libraries",
"license": "MIT",
"keywords": [
@@ -21,7 +21,7 @@
"test": "vitest run --coverage"
},
"dependencies": {
- "@growi/core": "^1.3.0",
+ "@growi/core": "^1.3.1",
"extensible-custom-error": "^0.0.7"
}