Skip to content

Commit

Permalink
release(travis): Release 3.0.0
Browse files Browse the repository at this point in the history
[skip ci]

# [3.0.0](v2.12.5...v3.0.0) (2019-03-08)

### Bug Fixes

* **semantic-release:** Fix invalid `.releaserc` yaml. ([51126d8](51126d8))
* **semantic-release:** Fix the `.releaserc` yaml. ([3b4ff1a](3b4ff1a))
* **semantic-release:** Use `@semantic-release/git` properly ([1929ab1](1929ab1))

### Performance Improvements

* **package:** @mcph/lwip -> [@randy](https://github.com/randy).tarampi/lwip. ([1cdc517](1cdc517))

### BREAKING CHANGES

* **package:** Consumers of this package on platforms that aren't Windows will need to bring their own `libgif`, `libjpeg` and `libpng`.
  • Loading branch information
semantic-release-bot committed Mar 8, 2019
1 parent 1cdc517 commit e142907
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [3.0.0](https://github.com/randytarampi/pseudoimage/compare/v2.12.5...v3.0.0) (2019-03-08)


### Bug Fixes

* **semantic-release:** Fix invalid `.releaserc` yaml. ([51126d8](https://github.com/randytarampi/pseudoimage/commit/51126d8))
* **semantic-release:** Fix the `.releaserc` yaml. ([3b4ff1a](https://github.com/randytarampi/pseudoimage/commit/3b4ff1a))
* **semantic-release:** Use `@semantic-release/git` properly ([1929ab1](https://github.com/randytarampi/pseudoimage/commit/1929ab1))


### Performance Improvements

* **package:** @mcph/lwip -> [@randy](https://github.com/randy).tarampi/lwip. ([1cdc517](https://github.com/randytarampi/pseudoimage/commit/1cdc517))


### BREAKING CHANGES

* **package:** Consumers of this package on platforms that aren't Windows will need to bring their own `libgif`, `libjpeg` and `libpng`.

# Change Log

All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"email": "rt@randytarampi.ca",
"url": "https://www.randytarampi.ca"
},
"version": "2.12.4",
"version": "3.0.0",
"description": "ʕつ◕ᴥ◕ʔつ 📷 → Your application's pseudolocales' image folders",
"main": "lib/pseudoimage.js",
"directories": {
Expand Down

0 comments on commit e142907

Please sign in to comment.