Skip to content

Commit

Permalink
Marked v1.1.5 release for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Oct 27, 2020
1 parent 5e8e51f commit 1faaf81
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 1.1.5 (2020-10-27)

### Internal
* [#66](https://github.com/ijlee2/ember-container-query/pull/66) Upgraded ember-source to v3.22.0 ([@ijlee2](https://github.com/ijlee2))
* [#63](https://github.com/ijlee2/ember-container-query/pull/63) Use ember-truth-helpers instead of custom helpers ([@esbanarango](https://github.com/esbanarango))

### Documentation
* [#65](https://github.com/ijlee2/ember-container-query/pull/65) Add ember-lts-3.20 to ember-try test matrix ([@takshch](https://github.com/takshch))
* [#61](https://github.com/ijlee2/ember-container-query/pull/61) Added demoURL to package.json ([@cah-danmonroe](https://github.com/cah-danmonroe))

### Committers: 4
- Dan Monroe ([@cah-danmonroe](https://github.com/cah-danmonroe))
- Esteban Arango Medina ([@esbanarango](https://github.com/esbanarango))
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
- Taksh Chanana ([@takshch](https://github.com/takshch))


## 1.1.4 (2020-09-19)

### Internal
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": "ember-container-query",
"version": "1.1.4",
"version": "1.1.5",
"description": "Container queries using Ember modifiers",
"keywords": [
"container-queries",
Expand Down

0 comments on commit 1faaf81

Please sign in to comment.