Skip to content

Commit

Permalink
Release version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
polosson committed Jan 14, 2021
1 parent f7bcb89 commit 12b1990
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 85 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tous les changements notables sur le projet sont documentés dans ce fichier.

Ce projet adhère au principe du [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.11.0 (UNRELEASED)
## 0.11.0 (2021-01-14)

- Met à jour les dépendances du projet.
- Ajoute un fichier de config pour le "dependabot" de Github (#86).
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.2
0.11.0
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

VERSION=${1:-$(<./VERSION)}
releaseName="Robert2-${version}"
releaseName="Robert2-${VERSION}"
distFolder="./dist/${releaseName}"

echo "
Expand Down
2 changes: 1 addition & 1 deletion client/dist/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/js/app.js

Large diffs are not rendered by default.

160 changes: 80 additions & 80 deletions client/dist/js/chunk-vendors.js

Large diffs are not rendered by default.

0 comments on commit 12b1990

Please sign in to comment.