Skip to content

Commit

Permalink
Update knora api version to rc.12 (#231)
Browse files Browse the repository at this point in the history
* Update Makefile

* release(prerelease): 1.0.0-rc.9

* update changelog: use knora rc.12
  • Loading branch information
mdelez authored Aug 18, 2020
1 parent b65ccf5 commit ac25f1d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.0.0-rc.9 (18/08/2020)

### Dependencies

- This release is compatible with knora-api v13.0.0-rc.12

## v1.0.0-rc.8 (18/08/2020)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ endef
# Clones the knora-api git repository
.PHONY: clone-knora-stack
clone-knora-stack:
@git clone --branch v13.0.0-rc.11 --single-branch --depth 1 https://github.com/dasch-swiss/knora-api.git $(CURRENT_DIR)/.tmp/knora-stack
@git clone --branch v13.0.0-rc.12 --single-branch --depth 1 https://github.com/dasch-swiss/knora-api.git $(CURRENT_DIR)/.tmp/knora-stack

#################################
# Integration test targets
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dasch-swiss/dsp-js",
"version": "1.0.0-rc.8",
"version": "1.0.0-rc.9",
"description": "JavaScript library that handles API requests to Knora",
"main": "index.js",
"files": [
Expand Down

0 comments on commit ac25f1d

Please sign in to comment.