add changelog

This commit is contained in:
Matthias Kretschmann 2018-11-21 20:01:02 +01:00
parent c442282757
commit 2b268a1c6c
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 117 additions and 10 deletions

101
CHANGELOG.md Normal file
View File

@ -0,0 +1,101 @@
## <small>0.5.1 (2018-11-21)</small>
* bump packages ([cb26a40](https://github.com/kremalicious/gatsby-plugin-matomo/commit/cb26a40))
* new Matomo logo ([64dd425](https://github.com/kremalicious/gatsby-plugin-matomo/commit/64dd425))
* Release 0.5.1 ([c442282](https://github.com/kremalicious/gatsby-plugin-matomo/commit/c442282))
* Update .codeclimate.yml ([9e03089](https://github.com/kremalicious/gatsby-plugin-matomo/commit/9e03089))
* chore(package): update release-it to version 8.0.0 ([295fd1c](https://github.com/kremalicious/gatsby-plugin-matomo/commit/295fd1c))
## 0.5.0 (2018-08-06)
* add codeclimate config ([a96e8ea](https://github.com/kremalicious/gatsby-plugin-matomo/commit/a96e8ea))
* Add consent mode ([6d2ae9e](https://github.com/kremalicious/gatsby-plugin-matomo/commit/6d2ae9e))
* Add disableCookies option ([ff9a2c7](https://github.com/kremalicious/gatsby-plugin-matomo/commit/ff9a2c7))
* bump packages ([b08b4a5](https://github.com/kremalicious/gatsby-plugin-matomo/commit/b08b4a5))
* Release 0.5.0 ([a482fd8](https://github.com/kremalicious/gatsby-plugin-matomo/commit/a482fd8))
* Scoping js variables to avoid polluting global scope ([c4b21bf](https://github.com/kremalicious/gatsby-plugin-matomo/commit/c4b21bf))
## <small>0.4.1 (2018-06-28)</small>
* improvements for SPA tracking ([7d653d5](https://github.com/kremalicious/gatsby-plugin-matomo/commit/7d653d5))
* package updates ([347f951](https://github.com/kremalicious/gatsby-plugin-matomo/commit/347f951))
* Release 0.4.1 ([b254c13](https://github.com/kremalicious/gatsby-plugin-matomo/commit/b254c13))
* chore(package): update eslint to version 5.0.0 ([bd2c161](https://github.com/kremalicious/gatsby-plugin-matomo/commit/bd2c161))
## 0.4.0 (2018-06-19)
* package updates ([356e68f](https://github.com/kremalicious/gatsby-plugin-matomo/commit/356e68f))
* Release 0.4.0 ([1173236](https://github.com/kremalicious/gatsby-plugin-matomo/commit/1173236))
* updates for Gatsby v2 ([59e442a](https://github.com/kremalicious/gatsby-plugin-matomo/commit/59e442a))
## <small>0.3.2 (2018-05-23)</small>
* add codeclimate badge ([de45bec](https://github.com/kremalicious/gatsby-plugin-matomo/commit/de45bec))
* change repository field ([260273e](https://github.com/kremalicious/gatsby-plugin-matomo/commit/260273e))
* Release 0.3.2 ([c531e47](https://github.com/kremalicious/gatsby-plugin-matomo/commit/c531e47))
* save some lines ([5034a3b](https://github.com/kremalicious/gatsby-plugin-matomo/commit/5034a3b))
## <small>0.3.1 (2018-05-14)</small>
* fix environment check ([dc574ab](https://github.com/kremalicious/gatsby-plugin-matomo/commit/dc574ab))
* package updates ([2acbd45](https://github.com/kremalicious/gatsby-plugin-matomo/commit/2acbd45))
* Release 0.3.1 ([f9050ce](https://github.com/kremalicious/gatsby-plugin-matomo/commit/f9050ce))
## 0.3.0 (2018-05-10)
* allow local piwik.js path to be set ([a15146c](https://github.com/kremalicious/gatsby-plugin-matomo/commit/a15146c))
* Release 0.3.0 ([2e36f13](https://github.com/kremalicious/gatsby-plugin-matomo/commit/2e36f13))
## 0.2.0 (2018-05-08)
* add dev mode ([5c05efe](https://github.com/kremalicious/gatsby-plugin-matomo/commit/5c05efe))
* Release 0.2.0 ([a3ef6d4](https://github.com/kremalicious/gatsby-plugin-matomo/commit/a3ef6d4))
## <small>0.1.3 (2018-05-08)</small>
* readme updates ([49640f4](https://github.com/kremalicious/gatsby-plugin-matomo/commit/49640f4))
* Release 0.1.3 ([0109e19](https://github.com/kremalicious/gatsby-plugin-matomo/commit/0109e19))
## <small>0.1.2 (2018-05-08)</small>
* do nothing on route updates when piwik isn't loaded and in development ([6c0a840](https://github.com/kremalicious/gatsby-plugin-matomo/commit/6c0a840))
* move greenskeeper badge ([b361eef](https://github.com/kremalicious/gatsby-plugin-matomo/commit/b361eef))
* Release 0.1.2 ([370025f](https://github.com/kremalicious/gatsby-plugin-matomo/commit/370025f))
## <small>0.1.1 (2018-05-07)</small>
* fix plugin entry ([4f1f6b3](https://github.com/kremalicious/gatsby-plugin-matomo/commit/4f1f6b3))
* link up readme badges ([6793592](https://github.com/kremalicious/gatsby-plugin-matomo/commit/6793592))
* Release 0.1.1 ([48c73ff](https://github.com/kremalicious/gatsby-plugin-matomo/commit/48c73ff))
* docs(readme): add Greenkeeper badge ([ec73329](https://github.com/kremalicious/gatsby-plugin-matomo/commit/ec73329))
## 0.1.0 (2018-05-07)
* add Travis, add badges, add semi-auto releases ([fe823b7](https://github.com/kremalicious/gatsby-plugin-matomo/commit/fe823b7))
* initial commit 🍹 ([49bffd3](https://github.com/kremalicious/gatsby-plugin-matomo/commit/49bffd3))
* Release 0.1.0 ([09739a7](https://github.com/kremalicious/gatsby-plugin-matomo/commit/09739a7))

View File

@ -75,6 +75,10 @@ npm run release-minor
npm run release-major
```
## Changelog
See [CHANGELOG.md](CHANGELOG.md).
## License
The MIT License

View File

@ -3,8 +3,15 @@
"description": "Gatsby plugin to add Matomo (formerly Piwik) onto a site.",
"version": "0.5.1",
"author": "Matthias Kretschmann <m@kretschmann.io>",
"bugs": {
"url": "https://github.com/kremalicious/gatsby-plugin-matomo/issues"
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
"watch": "babel -w src --out-dir . --ignore __tests__",
"test": "eslint ./src/**/*.js",
"release": "npm run changelog && ./node_modules/release-it/bin/release-it.js --src.tagName='v%s' --github.release --npm.publish --non-interactive",
"release-minor": "npm run changelog && ./node_modules/release-it/bin/release-it.js minor --src.tagName='v%s' --github.release --npm.publish --non-interactive",
"release-major": "npm run changelog && ./node_modules/release-it/bin/release-it.js major --src.tagName='v%s' --github.release --npm.publish --non-interactive",
"prepublishOnly": "cross-env NODE_ENV=production npm run build",
"changelog": "./node_modules/.bin/conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'update changelog'"
},
"dependencies": {
"babel-runtime": "^6.26.0",
@ -15,6 +22,7 @@
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"conventional-changelog-cli": "^2.0.11",
"cross-env": "^5.2.0",
"eslint": "^5.9.0",
"eslint-plugin-react": "^7.11.1",
@ -33,13 +41,7 @@
"gatsby": ">=1.9.0"
},
"repository": "github:kremalicious/gatsby-plugin-matomo",
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
"watch": "babel -w src --out-dir . --ignore __tests__",
"test": "eslint ./src/**/*.js",
"release": "./node_modules/release-it/bin/release-it.js --src.tagName='v%s' --github.release --npm.publish --non-interactive",
"release-minor": "./node_modules/release-it/bin/release-it.js minor --src.tagName='v%s' --github.release --npm.publish --non-interactive",
"release-major": "./node_modules/release-it/bin/release-it.js major --src.tagName='v%s' --github.release --npm.publish --non-interactive",
"prepublishOnly": "cross-env NODE_ENV=production npm run build"
"bugs": {
"url": "https://github.com/kremalicious/gatsby-plugin-matomo/issues"
}
}