Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Windvis committed Jan 30, 2023
1 parent 0784770 commit e0cfb02
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v0.2.0 (2023-01-30)

#### :boom: Breaking Change
* [#17](https://github.com/redpencilio/ember-plausible/pull/17) Require ember-auto-import v2 ([@Windvis](https://github.com/Windvis))
* [#16](https://github.com/redpencilio/ember-plausible/pull/16) Drop node 12 support ([@Windvis](https://github.com/Windvis))

#### :house: Internal
* [#19](https://github.com/redpencilio/ember-plausible/pull/19) Enable the Ember 3.20 scenario again ([@Windvis](https://github.com/Windvis))
* [#18](https://github.com/redpencilio/ember-plausible/pull/18) Stop lazyloading the plausible-tracker package ([@Windvis](https://github.com/Windvis))
* [#14](https://github.com/redpencilio/ember-plausible/pull/14) Remove the custom `plausible_ignore` code ([@Windvis](https://github.com/Windvis))

#### Committers: 1
- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))


## v0.1.1 (2022-06-10)
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
@@ -1,6 +1,6 @@
{
"name": "ember-plausible",
"version": "0.1.1",
"version": "0.2.0",
"description": "An easy way to integrate Plausible into your Ember applications",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit e0cfb02

Please sign in to comment.