We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5710415 commit a4f2360Copy full SHA for a4f2360
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.3.1 Revenge of the Laser Raptor
4
+
5
+- 🐛 Fixes issue where modules may not load properly if process is added to window
6
7
## 1.3.0 Grid Weaver
8
9
- ✨ Adds `getDefaultProps` functionality
@@ -15,4 +19,4 @@
15
19
16
20
## 1.0.0 Crystal Cobra
17
21
18
-- 🎉 Initial Release!
22
+- 🎉 Initial Release!
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli-prop-types",
- "version": "1.3.0",
+ "version": "1.3.1",
"description": "Props validations for Ember applications using prop-types",
"keywords": [
"ember-addon",
0 commit comments