Skip to content

Commit c0f7bbf

Browse files
author
Robert Jackson
committed
Release 1.2.5
1 parent 34f0eb8 commit c0f7bbf

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v1.2.5 (2021-08-09)
2+
3+
#### :rocket: Enhancement
4+
* [#54](https://github.com/pzuraq/ember-compatibility-helpers/pull/54) Allow gte, lte used on optional package ([@igorT](https://github.com/igorT))
5+
6+
#### :memo: Documentation
7+
* [#53](https://github.com/pzuraq/ember-compatibility-helpers/pull/53) Fix type signature and documentation ([@runspired](https://github.com/runspired))
8+
9+
#### :house: Internal
10+
* [#1](https://github.com/pzuraq/ember-compatibility-helpers/pull/1) tests(tests): Tests ([@pzuraq](https://github.com/pzuraq))
11+
12+
#### Committers: 3
13+
- Chris Garrett ([@pzuraq](https://github.com/pzuraq))
14+
- Chris Thoburn ([@runspired](https://github.com/runspired))
15+
- Igor Terzic ([@igorT](https://github.com/igorT))
16+
17+
118
## v1.2.4 (2021-03-29)
219

320
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-compatibility-helpers",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "Zero-cost compatibility flags and helpers for Ember.js",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)