Skip to content

Commit 1633d2f

Browse files
Release 2.0.0
1 parent 2f1c894 commit 1633d2f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

33

4+
5+
## v2.0.0 (2024-01-10)
6+
7+
#### :boom: Breaking Change
8+
* [#167](https://github.com/adopted-ember-addons/ember-inputmask/pull/167) Drop support for node 16 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
9+
10+
#### Committers: 1
11+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
12+
413
## v1.0.0 (2024-01-10)
514

615
#### :boom: Breaking Change

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-inputmask",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Ember wrapper for Inputmask 4.x.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)