Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed May 5, 2021
2 parents 4b2ee22 + f0208f3 commit c34c69a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
direction: overwrite-github # default is overwrite-file
githubToken: ${{ secrets.GITHUB }}

docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
# docs:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v2

- name: update documentation
uses: CoCreate-app/CoCreate-docs@master
# - name: update documentation
# uses: CoCreate-app/CoCreate-docs@master

release:
runs-on: ubuntu-latest
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.8.0](https://github.com/CoCreate-app/CoCreateWS/compare/v0.7.1...v0.8.0) (2021-05-05)


### Features

* permissions listens to change and updates document in memory ([7f9d07e](https://github.com/CoCreate-app/CoCreateWS/commit/7f9d07ef0202128260af94d4a98140ede17378e4))

## [0.7.1](https://github.com/CoCreate-app/CoCreateWS/compare/v0.7.0...v0.7.1) (2021-04-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/cocreatews",
"version": "0.7.1",
"version": "0.8.0",
"description": "CoCreateWS",
"keywords": [
"cocreatews",
Expand Down

0 comments on commit c34c69a

Please sign in to comment.