Skip to content

Commit

Permalink
chore: release 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Sep 18, 2020
1 parent 06dc109 commit 875d8d1
Showing 1 changed file with 98 additions and 0 deletions.
98 changes: 98 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].

## [0.4.7] - 2020-09-18

## [0.4.6] - 2020-09-02

## [0.4.5] - 2020-07-22

## [0.4.4] - 2020-07-22

### Features

- :electric_plug: Use plug instead of plugin_prepare ([`4585e4b`])

## [0.4.3] - 2020-07-17

### Bug Fixes

- update deno_core ([`20f0567`])

## [0.4.2] - 2020-06-12

### Features

- :arrow_up: New release ([`74f989f`])
- :construction: Attempt to add worker support to webview ([`6729fc2`])

### Bug Fixes

- :arrow_up: Support deno 1.0.5 ([`3f181de`])
- use official extension ([`f859467`])

## [0.4.1] - 2020-05-16

## [0.4.0] - 2020-05-15

## [0.3.3] - 2020-04-16

## [0.3.2] - 2020-04-15

## [0.3.1] - 2020-04-03

## [0.3.0] - 2020-03-21

## [0.2.2] - 2020-03-17

## [0.2.1] - 2020-03-16

## [0.2.0] - 2020-03-16

## [0.1.2] - 2020-03-13

### Bug Fixes

- point releaseUrl to 0.1.1 ([`11baf05`])

## [0.1.1] - 2020-03-10

## [0.1.0] - 2020-03-10

## [0.0.2] - 2020-03-10

## [0.0.1] - 2020-03-06

[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html
[0.4.7]: https://github.com/eliassjogreen/deno_webview/compare/0.4.6...0.4.7
[0.4.6]: https://github.com/eliassjogreen/deno_webview/compare/0.4.5...0.4.6
[0.4.5]: https://github.com/eliassjogreen/deno_webview/compare/0.4.4...0.4.5
[0.4.4]: https://github.com/eliassjogreen/deno_webview/compare/0.4.3...0.4.4
[`4585e4b`]: https://github.com/eliassjogreen/deno_webview/commit/4585e4b9e078bc5a734c6651f73821f2dde41cef
[0.4.3]: https://github.com/eliassjogreen/deno_webview/compare/0.4.2...0.4.3
[`20f0567`]: https://github.com/eliassjogreen/deno_webview/commit/20f05678e8765584fdf2f787ec9dfc82a3d86a05
[0.4.2]: https://github.com/eliassjogreen/deno_webview/compare/0.4.1...0.4.2
[`74f989f`]: https://github.com/eliassjogreen/deno_webview/commit/74f989f1777b9abfda8613bd28d2955b7723daf9
[`6729fc2`]: https://github.com/eliassjogreen/deno_webview/commit/6729fc2a0b9cf1919f5562eb5b09f6922df297de
[`3f181de`]: https://github.com/eliassjogreen/deno_webview/commit/3f181ded9aaccd017e72e6fba419af07b24861b3
[`f859467`]: https://github.com/eliassjogreen/deno_webview/commit/f859467bb009a174f9a65147b421da52c75980a5
[0.4.1]: https://github.com/eliassjogreen/deno_webview/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/eliassjogreen/deno_webview/compare/0.3.3...0.4.0
[0.3.3]: https://github.com/eliassjogreen/deno_webview/compare/0.3.2...0.3.3
[0.3.2]: https://github.com/eliassjogreen/deno_webview/compare/0.3.1...0.3.2
[0.3.1]: https://github.com/eliassjogreen/deno_webview/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/eliassjogreen/deno_webview/compare/0.2.2...0.3.0
[0.2.2]: https://github.com/eliassjogreen/deno_webview/compare/0.2.1...0.2.2
[0.2.1]: https://github.com/eliassjogreen/deno_webview/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/eliassjogreen/deno_webview/compare/0.1.2...0.2.0
[0.1.2]: https://github.com/eliassjogreen/deno_webview/compare/0.1.1...0.1.2
[`11baf05`]: https://github.com/eliassjogreen/deno_webview/commit/11baf05dfdc1581f92533a7cb98f390ee11ef6ce
[0.1.1]: https://github.com/eliassjogreen/deno_webview/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/eliassjogreen/deno_webview/compare/0.0.2...0.1.0
[0.0.2]: https://github.com/eliassjogreen/deno_webview/compare/0.0.1...0.0.2
[0.0.1]: https://github.com/eliassjogreen/deno_webview/compare/0.0.1

0 comments on commit 875d8d1

Please sign in to comment.