Skip to content

Commit fc67652

Browse files
Release 1.0.0
1 parent b132b6b commit fc67652

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
4+
## v1.0.0 (2024-01-10)
5+
6+
#### :boom: Breaking Change
7+
* [#166](https://github.com/adopted-ember-addons/ember-inputmask/pull/166) Drop support for node < 16, ember-cli-update to 4.12 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
8+
9+
#### :house: Internal
10+
* [#165](https://github.com/adopted-ember-addons/ember-inputmask/pull/165) Add rwjblue release-it setup ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
11+
12+
#### Committers: 1
13+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
14+
315
## 0.11.0
416

517
- [UPGRADE] Bump Inputmask.js to 5.0.1

package.json

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

0 commit comments

Comments
 (0)