Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed Dec 9, 2021
1 parent e8924e9 commit 7ea25a6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

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

Changelog:

* Upgrade ember-cli and dev deps (#348) (e8924e9)
* Drop Ember global use in favor of native API (#347) (d101d8a)
* Proper runloop imports (#346) (a765241)
* Remove property fallback lookup (no implicit this) (#345) (506d798)
* Modernize `htmlSafe` module imports / More cleanup (#344) (32e9460)
* Update CI for vertical-collection v2 (#342) (5613faa)


## v2.0.1 (2021-12-07)

#### :bug: Bug Fix
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.0.1",
"version": "2.1.0",
"description": "infinite-scroll, done right. done.",
"keywords": [
"occlusion",
Expand Down

0 comments on commit 7ea25a6

Please sign in to comment.