Skip to content

Commit

Permalink
updating package
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbhansen committed Oct 13, 2016
1 parent e8c17a3 commit 5406de3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file. The project adhere's to Semantic Versioning. See Versioning for more information.

## [2.0.0-beta.3]
### Fixed
- hasOwnProperty now properly works for objects without prototype
- Updating tests for Glimmer 2

## [2.0.0-beta.2]
### Changed
- Required is html safe as dependency
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-ui-ember",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"title": "Semantic UI Ember",
"description": "The Official Semantic UI Addon for Ember applications",
"homepage": "http://www.semantic-ui.com",
Expand Down Expand Up @@ -28,7 +28,7 @@
"url": "git://github.com/Semantic-Org/Semantic-UI-Ember.git"
},
"engines": {
"node": ">= 0.10.0"
"node": ">= 0.12.0"
},
"author": "",
"license": "MIT",
Expand Down

0 comments on commit 5406de3

Please sign in to comment.