Skip to content

Commit

Permalink
New release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentPoinsaut committed Sep 6, 2021
1 parent f7a3af1 commit bd3f768
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2021-09-06 - Release 0.5.1

### Summary

This release fixes Matomo script and redirect non-subdomain to www subdomain.

## 2021-09-03 - Release 0.5.0

### Summary
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": "website",
"version": "0.5.0",
"version": "0.5.1",
"description": "Solution Libre's website",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ <h2 class="text-center text-uppercase text-secondary mb-0">Contactez-Nous</h2>
<div class="col-md-4 mb-5 mb-lg-0">
<p>Ce <a href="https://github.com/solution-libre/website">site web libre</a> est basé sur un thème Boostrap créé par <a href="http://startbootstrap.com/" target="_blank">Start Bootstrap</a>.
<br />S'il vous plaît, <a href="https://github.com/solution-libre/website/fork">forkez-le !</a></p>
<p><a href="http://semver.org/lang/fr/" target="_blank" title="Semantic Versioning">v </a>: 0.5.0</p>
<p><a href="http://semver.org/lang/fr/" target="_blank" title="Semantic Versioning">v </a>: 0.5.1</p>
<p><a class="portfolio-item d-block mx-auto" href="#legal-notice-modal">Mentions légales</a></p>
</div>
<div class="col-md-4 mb-5 mb-lg-0">
Expand Down

0 comments on commit bd3f768

Please sign in to comment.