Skip to content

Commit

Permalink
[broccoli-eyeglass] Bump version to 4.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Feb 19, 2019
1 parent 5f248e1 commit d8b34db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion packages/broccoli-eyeglass/CHANGELOG.md
@@ -1,7 +1,12 @@
# 4.5.0

* Broccoli-eyeglass has been ported to TypeScript. Official type definitions are now available with each release for TypeScript users.
* Imports from eyeglass that resolve to a filename that is not a file are no longer attempted to be read from disk saving some disk access overhead common in eyeglass projects.

# 1.2.4

* Eyeglass 0.8 deprecated several APIs, this release upgrades eyeglass
and uses the new, undeprecated APIs. No API changes to
and uses the new, non-deprecated APIs. No API changes to
broccoli-eyeglass at this time.

* Use node-sass 3.4.2 now that regressions have been fixed.
Expand Down
2 changes: 1 addition & 1 deletion packages/broccoli-eyeglass/package.json
@@ -1,7 +1,7 @@
{
"name": "broccoli-eyeglass",
"description": "Sass compiler for Broccoli with Eyeglass Integration",
"version": "4.4.4",
"version": "4.5.0",
"author": "Chris Eppstein <chris@eppsteins.net>",
"main": "lib/index.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit d8b34db

Please sign in to comment.