Skip to content

Commit ed4fa4e

Browse files
committed
Release 2.1.2
1 parent dfead6f commit ed4fa4e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v2.1.2 (2020-12-10)
2+
3+
#### :bug: Bug Fix
4+
* [#946](https://github.com/emberjs/ember-test-helpers/pull/946) Fixes maxlength conditional check for textarea & constrained input types ([@drewlee](https://github.com/drewlee))
5+
6+
#### :memo: Documentation
7+
* [#960](https://github.com/emberjs/ember-test-helpers/pull/960) Fix typo in README ([@scalvert](https://github.com/scalvert))
8+
9+
#### Committers: 3
10+
- Andrew A Lee ([@drewlee](https://github.com/drewlee))
11+
- Steve Calvert ([@scalvert](https://github.com/scalvert))
12+
13+
114
## v2.1.1 (2020-12-04)
215

316
#### :bug: Bug Fix

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember/test-helpers",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)