Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Bump version number in package.json #928

Merged
merged 2 commits into from
Oct 29, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Update `README.md` with latest information. [#845](https://github.com/geli-lms/geli/pull/845)
- Exit build when no change to `CHANGELOG.md`. [#880](https://github.com/geli-lms/geli/pull/880)
- Use deploy token to push geli-docs. [#851](https://github.com/geli-lms/geli/issues/851), [#900](https://github.com/geli-lms/geli/pull/900), [#902](https://github.com/geli-lms/geli/pull/902)
- Adjust `CHANGELOG.md` for next release. [#879](https://github.com/geli-lms/geli/pull/879)
- Adjust `CHANGELOG.md` for next release. [#879](https://github.com/geli-lms/geli/pull/879), [#928](https://github.com/geli-lms/geli/pull/928)
- Exclude pull requests from dependabot from changelog check. [#854](https://github.com/geli-lms/geli/pull/854)

### Removed
Expand Down
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geli-api",
"version": "0.7.0",
"version": "0.8.0",
"license": "GPL-3.0",
"repository": "geli-lms/geli",
"description": "This is the API-Package.json for geli.",
Expand Down
2 changes: 1 addition & 1 deletion app/webFrontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "geli-web-frontend",
"description": "This is the WebFronted-Package.json for geli.",
"repository": "geli-lms/geli",
"version": "0.7.0",
"version": "0.8.0",
"license": "GPL-3.0",
"scripts": {
"ng": "ng",
Expand Down