Skip to content

Commit 5406de3

Browse files
committed
updating package
1 parent e8c17a3 commit 5406de3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. The project adhere's to Semantic Versioning. See Versioning for more information.
33

4+
## [2.0.0-beta.3]
5+
### Fixed
6+
- hasOwnProperty now properly works for objects without prototype
7+
- Updating tests for Glimmer 2
8+
49
## [2.0.0-beta.2]
510
### Changed
611
- Required is html safe as dependency

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "semantic-ui-ember",
3-
"version": "2.0.0-beta.2",
3+
"version": "2.0.0-beta.3",
44
"title": "Semantic UI Ember",
55
"description": "The Official Semantic UI Addon for Ember applications",
66
"homepage": "http://www.semantic-ui.com",
@@ -28,7 +28,7 @@
2828
"url": "git://github.com/Semantic-Org/Semantic-UI-Ember.git"
2929
},
3030
"engines": {
31-
"node": ">= 0.10.0"
31+
"node": ">= 0.12.0"
3232
},
3333
"author": "",
3434
"license": "MIT",

0 commit comments

Comments
 (0)