From 6617fd940ef6ea6441ee41ed14b9aacf7d812a64 Mon Sep 17 00:00:00 2001 From: Reid Burke Date: Wed, 22 May 2013 19:34:50 -0700 Subject: [PATCH] Version 0.2.23. --- HISTORY.md | 7 ++++++- doc/yeti/project.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 7298f4b9..0a435c04 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,11 @@ # A Brief History of Yeti -## 0.2.23 / In Development +## 0.2.23 / 2013-05-22 + + * "Ignoring --server option" no longer appears when glob config is used with `-s`. Fix GH-35. + * Fix thrown SyntaxError on IE for every test when Yeti is used on port 80 or 443. Fix GH-46. + * Avoid using devDependencies during postinstall. Fix GH-42. + * Update onyx dependency. ## 0.2.22 / 2013-05-08 diff --git a/doc/yeti/project.json b/doc/yeti/project.json index 55b3fac1..d2556034 100644 --- a/doc/yeti/project.json +++ b/doc/yeti/project.json @@ -1,5 +1,5 @@ { "projectName": "Yeti", - "yetiVersion": "v0.2.23pre", + "yetiVersion": "v0.2.23", "yuiGridsUrl": "http://yui.yahooapis.com/combo?3.7.3/build/cssfonts/cssfonts-min.css&3.7.3/build/cssgrids/cssgrids-min.css" } diff --git a/package.json b/package.json index 63b6a9ad..4da21e3e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "yui3", "test" ], - "version": "0.2.23pre", + "version": "0.2.23", "homepage": "htp://yuilibrary.com/projects/yeti", "repository": { "type": "git",