Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.0.1...v5.0.0) (2020-11-05)

* 🥺 Travis and semantic-release (#4) ([bbef3ab](bbef3ab)), closes [#4](#4)
* 🤗 Make it webpack 5-friendly (#1) ([9782a2d](9782a2d)), closes [#1](#1)

### BREAKING CHANGES

* Glenn was flying blind this morning. Should've been release v5.0.0 instead of v1.0.0.

* 🚴🏻 perf(travis): try to save some Travis CI minutes build here hehe
* upgrade to webpack 5

* chore: trying to get rid of long-accidentally committed .DS_Store

* chore: bring semantic-release back (try!)

* chore(travis): well sh*t, Travis needs exactly .travis.yml 🤷🏻‍♂️

* chore(travis): remove deprecated key sudo and specific yarn version

* docs(README): update the README so it sparks more joy ✨🧘🏻‍♀️✨
  • Loading branch information
semantic-release-bot committed Nov 5, 2020
1 parent b018c76 commit 28a6764
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# [5.0.0](https://github.com/dwiyatci/hodor-loader/compare/v4.0.1...v5.0.0) (2020-11-05)


* 🥺 Travis and semantic-release (#4) ([bbef3ab](https://github.com/dwiyatci/hodor-loader/commit/bbef3ab)), closes [#4](https://github.com/dwiyatci/hodor-loader/issues/4)
* 🤗 Make it webpack 5-friendly (#1) ([9782a2d](https://github.com/dwiyatci/hodor-loader/commit/9782a2d)), closes [#1](https://github.com/dwiyatci/hodor-loader/issues/1)


### BREAKING CHANGES

* Glenn was flying blind this morning. Should've been release v5.0.0 instead of v1.0.0.

* 🚴🏻 perf(travis): try to save some Travis CI minutes build here hehe
* upgrade to webpack 5

* chore: trying to get rid of long-accidentally committed .DS_Store

* chore: bring semantic-release back (try!)

* chore(travis): well sh*t, Travis needs exactly .travis.yml 🤷🏻‍♂️

* chore(travis): remove deprecated key sudo and specific yarn version

* docs(README): update the README so it sparks more joy ✨🧘🏻‍♀️✨
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hodor-loader",
"version": "0.0.0-semantically-released",
"version": "5.0.0",
"description": "A webpack loader for hodorifying JavaScript code",
"keywords": [
"hodor",
Expand Down

0 comments on commit 28a6764

Please sign in to comment.