Compare commits

...

2 Commits

Author SHA1 Message Date
Julius Härtl
77ea44f77c Bump version to 0.8.2
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-08 21:23:20 +02:00
Julius Härtl
183f614a3a Set proper paths in nextcloudignore
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-08 21:19:55 +02:00
3 changed files with 37 additions and 32 deletions

View File

@@ -1,31 +1,31 @@
build/
.git
js/node_modules
js/tests
js/legacy
js/controller
js/directive
js/filters
js/service
js/bower.json
js/.bowerrc
js/.jshintrc
js/Gruntfile.js
js/package.json
js/package-lock.json
docs/
tests
.codecov.yml
composer.json
composer.lock
_config.yml
.drone.yml
.travis.yml
.eslintignore
.eslintrc.yml
.gitignore
issue_template.md
krankerl.toml
Makefile
mkdocs.yml
run-eslint.sh
/build/
/.git
/js/node_modules
/js/tests
/js/legacy
/js/controller
/js/directive
/js/filters
/js/service
/js/bower.json
/js/.bowerrc
/js/.jshintrc
/js/Gruntfile.js
/js/package.json
/js/package-lock.json
/docs/
/tests
/.codecov.yml
/composer.json
/composer.lock
/_config.yml
/.drone.yml
/.travis.yml
/.eslintignore
/.eslintrc.yml
/.gitignore
/issue_template.md
/krankerl.toml
/Makefile
/mkdocs.yml
/run-eslint.sh

View File

@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
## 0.8.2 - 2020-04-08
## Fixed
- Fix build with missing javascript bundles
## 0.8.1 - 2020-04-08
## Added

View File

@@ -17,7 +17,7 @@
- 🚀 Get your project organized
</description>
<version>0.8.1</version>
<version>0.8.2</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<namespace>Deck</namespace>