Skip to content

Commit 5715b30

Browse files
committed
πŸ”– v1.4.0
1 parent 246f15f commit 5715b30

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

β€ŽCHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.4.0 Stellar Spider Web
4+
5+
- ✨ Adds a custom `emberArray` type checking method to `PropTypes` [#6]
6+
- πŸ“ Updates docs with info/guidance on validating Ember classes
7+
- πŸ› Ensures initializer code follows the same pattern as CLI import code
8+
39
## 1.3.3 Distress Signal from Sector Q
410

511
- πŸ› Ensures any non-prod environment still imports the prop-types lib

β€Žpackage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-prop-types",
3-
"version": "1.3.3",
3+
"version": "1.4.0",
44
"description": "Props validations for Ember applications using prop-types",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
Β (0)