Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Dec 10, 2019
1 parent 4bb4538 commit 540beef
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 12 deletions.
33 changes: 22 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,39 @@
### v3.0.1 (2019-12-10)

#### Pull requests

- [#3](https://github.com/munter/netlify-plugin-hashfiles/pull/3) chore\(package\): update @netlify\/build to version 0.1.23 ([greenkeeper[bot]](mailto:23040076+greenkeeper[bot]@users.noreply.github.com))

#### Commits to master

- [Explicitly depend on @netlify\/build instead of netlify-cli because netlify-cli hasn't bumped build versions](https://github.com/munter/netlify-plugin-hashfiles/commit/4bb453836eb712040b9879d2aa16e22042ad8e0d) ([Peter Müller](mailto:munter@fumle.dk))
- [Update dependencies and switch to new netlify build plugin lifecycle hooks. Closes \#5](https://github.com/munter/netlify-plugin-hashfiles/commit/88e5f838162e84887440dcd2ad599a90fc5000da) ([Peter Müller](mailto:munter@fumle.dk))

### v3.0.0 (2019-11-18)

#### Pull requests

- [#2](https://github.com/Munter/netlify-plugin-hashfiles/pull/2) Update prettier to the latest version 🚀 ([greenkeeper[bot]](mailto:23040076+greenkeeper[bot]@users.noreply.github.com))
- [#2](https://github.com/munter/netlify-plugin-hashfiles/pull/2) Update prettier to the latest version 🚀 ([greenkeeper[bot]](mailto:23040076+greenkeeper[bot]@users.noreply.github.com))

#### Commits to master

- [Remove canonicalRoot in cofnig and take it from environment variables instead](https://github.com/Munter/netlify-plugin-hashfiles/commit/d20321df807c9b49305f6ee5dcd955806e4c4b46) ([Peter Müller](mailto:munter@fumle.dk))
- [Remove canonicalRoot in cofnig and take it from environment variables instead](https://github.com/munter/netlify-plugin-hashfiles/commit/d20321df807c9b49305f6ee5dcd955806e4c4b46) ([Peter Müller](mailto:munter@fumle.dk))

### v2.0.0 (2019-11-07)

- [Removed unused globby dependency](https://github.com/Munter/netlify-plugin-hashfiles/commit/425c7e5fa7fb559114963c64690846627972d287) ([Peter Müller](mailto:munter@fumle.dk))
- [Update netlify-build version and start using default values from schema](https://github.com/Munter/netlify-plugin-hashfiles/commit/26034ace343e203ae1274bb2e3f130e550850ccd) ([Peter Müller](mailto:munter@fumle.dk))
- [Removed unused globby dependency](https://github.com/munter/netlify-plugin-hashfiles/commit/425c7e5fa7fb559114963c64690846627972d287) ([Peter Müller](mailto:munter@fumle.dk))
- [Update netlify-build version and start using default values from schema](https://github.com/munter/netlify-plugin-hashfiles/commit/26034ace343e203ae1274bb2e3f130e550850ccd) ([Peter Müller](mailto:munter@fumle.dk))

### v1.0.2 (2019-11-06)

- [Use json schema to validate config](https://github.com/Munter/netlify-plugin-hashfiles/commit/039e48d040a2b90abb724b2ba6a0245282869e1f) ([Peter Müller](mailto:munter@fumle.dk))
- [Add json schema for configuration](https://github.com/Munter/netlify-plugin-hashfiles/commit/f16726ab87f3003adfdca95ce4b6b1e164bcf418) ([Peter Müller](mailto:munter@fumle.dk))
- [Use json schema to validate config](https://github.com/munter/netlify-plugin-hashfiles/commit/039e48d040a2b90abb724b2ba6a0245282869e1f) ([Peter Müller](mailto:munter@fumle.dk))
- [Add json schema for configuration](https://github.com/munter/netlify-plugin-hashfiles/commit/f16726ab87f3003adfdca95ce4b6b1e164bcf418) ([Peter Müller](mailto:munter@fumle.dk))

### v1.0.0 (2019-10-21)

- [Forgit to set version to 0 to start](https://github.com/Munter/netlify-plugin-hashfiles/commit/94e07567e679af6b5ce9f6eb44482216dc8d643f) ([Peter Müller](mailto:munter@fumle.dk))
- [Lint fix](https://github.com/Munter/netlify-plugin-hashfiles/commit/01377506266f6e74cf18ff8bb94ee1b1ff8ab474) ([Peter Müller](mailto:munter@fumle.dk))
- [Add keywords](https://github.com/Munter/netlify-plugin-hashfiles/commit/9d3d1959288b0943bc71c595810b50ce16d877e6) ([Peter Müller](mailto:munter@fumle.dk))
- [Better documentation](https://github.com/Munter/netlify-plugin-hashfiles/commit/f6dca5f5dc9d0b27427a3f3a8c592151d74cc60c) ([Peter Müller](mailto:munter@fumle.dk))
- [Initial commit](https://github.com/Munter/netlify-plugin-hashfiles/commit/2782dde3bf6cecd103d1d7ec0d6e3324bd30accc) ([Peter Müller](mailto:munter@fumle.dk))
- [Forgit to set version to 0 to start](https://github.com/munter/netlify-plugin-hashfiles/commit/94e07567e679af6b5ce9f6eb44482216dc8d643f) ([Peter Müller](mailto:munter@fumle.dk))
- [Lint fix](https://github.com/munter/netlify-plugin-hashfiles/commit/01377506266f6e74cf18ff8bb94ee1b1ff8ab474) ([Peter Müller](mailto:munter@fumle.dk))
- [Add keywords](https://github.com/munter/netlify-plugin-hashfiles/commit/9d3d1959288b0943bc71c595810b50ce16d877e6) ([Peter Müller](mailto:munter@fumle.dk))
- [Better documentation](https://github.com/munter/netlify-plugin-hashfiles/commit/f6dca5f5dc9d0b27427a3f3a8c592151d74cc60c) ([Peter Müller](mailto:munter@fumle.dk))
- [Initial commit](https://github.com/munter/netlify-plugin-hashfiles/commit/2782dde3bf6cecd103d1d7ec0d6e3324bd30accc) ([Peter Müller](mailto:munter@fumle.dk))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "netlify-plugin-hashfiles",
"description": "Netlify build plugin to get optimal file caching with hashed file names and immutable cache headers",
"repository": "git://github.com/munter/netlify-plugin-hashfiles.git",
"version": "3.0.0",
"version": "3.0.1",
"license": "BSD-3-Clause",
"maintainers": [
{
Expand Down

0 comments on commit 540beef

Please sign in to comment.