Skip to content

Commit 090956c

Browse files
author
Maurice Faber
committed
chore(release): 0.4.67
1 parent ada1609 commit 090956c

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.4.67](https://github.com/redkubes/otomi-api/compare/v0.4.66...v0.4.67) (2021-08-27)
6+
7+
8+
### Features
9+
10+
* use new alpine image ([#196](https://github.com/redkubes/otomi-api/issues/196)) ([149b6f9](https://github.com/redkubes/otomi-api/commit/149b6f9d2b665a9018e6e660c6832829a5e3df7a))
11+
12+
13+
### Bug Fixes
14+
15+
* app.js does not exist in /app/dist/src/app.js ([#190](https://github.com/redkubes/otomi-api/issues/190)) ([3abfc8c](https://github.com/redkubes/otomi-api/commit/3abfc8cc70316e8ac0df478a6fedc62f8b3457a9))
16+
* copy generated-schema.json to right location ([#198](https://github.com/redkubes/otomi-api/issues/198)) ([6b22d3e](https://github.com/redkubes/otomi-api/commit/6b22d3e0208190b3e467a075dbffc3a87d91e82b))
17+
* do not remove attributes ([#192](https://github.com/redkubes/otomi-api/issues/192)) ([b59f0d7](https://github.com/redkubes/otomi-api/commit/b59f0d718ad937b7ecf83da1e45333fee11eb047))
18+
* fetch before checking out branch in local git repo ([#204](https://github.com/redkubes/otomi-api/issues/204)) ([63f5dd8](https://github.com/redkubes/otomi-api/commit/63f5dd883c63a9394a071dbf6ee4a193292ef305))
19+
* jobs in otomi cnsole do not work ([#194](https://github.com/redkubes/otomi-api/issues/194)) ([cb3aea2](https://github.com/redkubes/otomi-api/commit/cb3aea2a1906bf6a36f25c0b93c954211b563f2e))
20+
* podspec, docker-compose ([#206](https://github.com/redkubes/otomi-api/issues/206)) ([ada1609](https://github.com/redkubes/otomi-api/commit/ada16095e1e744138064f57ba736216dddc4d559))
21+
* return additional clusters as empty array, fixes [#92](https://github.com/redkubes/otomi-api/issues/92) ([#205](https://github.com/redkubes/otomi-api/issues/205)) ([8f1af8c](https://github.com/redkubes/otomi-api/commit/8f1af8cca9d09ffc64fc01311741ff4ab2476ef3))
22+
23+
24+
### Others
25+
26+
* add issue templates ([#193](https://github.com/redkubes/otomi-api/issues/193)) ([0cf993e](https://github.com/redkubes/otomi-api/commit/0cf993eb20d073f06e97b6df56b0891ef0826943))
27+
28+
### [0.4.69](https://github.com/redkubes/otomi-api/compare/v0.4.65...v0.4.69) (2021-07-15)
29+
30+
31+
### Others
32+
33+
* **release:** 0.4.69 ([a1aa9cb](https://github.com/redkubes/otomi-api/commit/a1aa9cb4949e15678e972caece0ee29e71f46dff))
34+
535
### [0.4.66](https://github.com/redkubes/otomi-api/compare/v0.4.65...v0.4.66) (2021-07-15)
636

737

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,5 @@
159159
"tag": true
160160
}
161161
},
162-
"version": "0.4.66"
162+
"version": "0.4.67"
163163
}

0 commit comments

Comments
 (0)