Skip to content

Commit

Permalink
Release 3.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed Dec 9, 2021
1 parent 3343ecc commit fcd3e96
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

## v3.0.0-0 (2021-12-09)

#### What's new

* Drop support for Ember < 2.18, add support for Ember 4.0+ (#343) (3343ecc)
* 4 retries on CI, 1s sleep (#352) (4a75d99)
* Extend timeout for base tests, tweak retry (#351) (8fff4c7)
* Remove implicit this in tests (#349) (5f58de6)


## v2.1.0 (2021-12-09)

Changelog:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@html-next/vertical-collection",
"version": "2.1.0",
"version": "3.0.0-0",
"description": "infinite-scroll, done right. done.",
"keywords": [
"occlusion",
Expand Down

1 comment on commit fcd3e96

@ef4
Copy link

@ef4 ef4 commented on fcd3e96 Feb 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this, just updated an app to this release and my test failures just disappeared.

Please sign in to comment.