Skip to content

Commit dc3c59a

Browse files
committed
chore: release v0.6.5
1 parent 9150c70 commit dc3c59a

File tree

4 files changed

+8
-14
lines changed

4 files changed

+8
-14
lines changed

CHANGELOG.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
### Changes to server
1+
### Maintenance
22

3-
- Log files now have a `.log` extension instead of `.txt`.
4-
5-
### Builds and CI
6-
7-
- Added support for Alpine Linux.
8-
- Completely revamp CI to build executables and release versions automatically based on CHANGELOG.md and version file.
9-
10-
### Documentation
11-
12-
- Updated `README`, `CONTRIBUTING` and `.github/*TEMPLATE`.
3+
- Enable `dependabot`.
4+
- Update the following dependencies:
5+
- `pkg`
6+
- `office-text-extractor`

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
@@ -1,6 +1,6 @@
11
{
22
"name": "intel-api-server",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "An implementation of the Dabbu Intel API that helps in extraction of and one pagers/summaries of all knowledge around a certain topic, person or place based on information/data from multiple providers",
55
"main": "src/server.js",
66
"scripts": {

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.6.4
1+
v0.6.5

0 commit comments

Comments
 (0)