We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd23a7a + 04f061a commit 9b64dc5Copy full SHA for 9b64dc5
.changeset/nice-spies-kiss.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @openproject/openproject-id
2
3
+## 0.1.2
4
+
5
+### Patch Changes
6
7
+- 6488abf: fix memory request
8
9
## 0.1.1
10
11
### Patch Changes
charts/openproject-id/Chart.yaml
@@ -14,4 +14,4 @@ maintainers:
14
- name: OpenProject
15
url: https://github.com/opf/
16
name: OpenProject ID
17
-version: 0.1.1
+version: 0.1.2
package.json
@@ -2,7 +2,7 @@
"name": "@openproject/openproject-id",
"private": true,
"author": "OpenProject GmbH",
- "version": "0.1.1",
+ "version": "0.1.2",
"license": "",
"scripts": {
"changeset:version": "./node_modules/.bin/changeset version && script/version"
0 commit comments