Skip to content

Commit fe8da92

Browse files
committed
v0.3.4: contribution guidelines
1 parent 28016a6 commit fe8da92

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

docs/de/dev-changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
### [v0.3.4] - 2018-06-01
4+
5+
* Wir haben neue **Mitwirkungs-Richtlinien** im Repository und in der Dokumentation!
6+
* Einige Ergänzungen von unserem neuen Mitwirkenden [Daniel Ruf](https://github.com/DanielRuf) wurden übernommen.
7+
38
### [v0.3.3] - 2018-06-01
49

510
* **BUGFIX:** Wenn die Webseite relative Pfade zu CSS- und JS-Dateien enthält, konnten diese Dateien nicht geladen werden.

docs/dev-changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
### [v0.3.4] - 2018-06-01
4+
5+
* There are new **Contribution Guidelines** in the repository and the docs!
6+
* Some additions from our new contributor [Daniel Ruf](https://github.com/DanielRuf) were merged.
7+
38
### [v0.3.3] - 2018-06-01
49

510
* **BUGFIX:** When the site contains relative paths to CSS and JS files, those files won't load.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gdpr-cli",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Checks websites for GDPR compliance",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)