From 5406de3c9f4f0584379a9e57adfac0ad7446b284 Mon Sep 17 00:00:00 2001 From: Aaron Hansen Date: Wed, 12 Oct 2016 22:22:27 -0600 Subject: [PATCH] updating package --- CHANGELOG.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 057faa2fb..1f751d329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index b2113b93f..203793e7f 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",