1
0
Herbert Vojčík преди 11 години
родител
ревизия
71c4dca50c
променени са 2 файла, в които са добавени 14 реда и са изтрити 3 реда
  1. 12 1
      CHANGELOG
  2. 2 2
      package.json

+ 12 - 1
CHANGELOG

@@ -6,10 +6,21 @@ Highlights:
 * Package is polished.
 * `amber-cli` is now official package to install globally.
 
-Commits: https://github.com/amber-smalltalk/amber-cli/compare/0.0.4...0.1.0
+Commits: https://github.com/amber-smalltalk/amber-cli/compare/0.0.5...0.1.0
 Issues:  https://github.com/amber-smalltalk/amber-cli/issues?milestone=2&state=closed
 
 
+15th April 2014 - Release 0.0.5
+===================================
+
+Highlights:
+
+* Bugfix: `amberc -l` now working.
+
+Commits: https://github.com/amber-smalltalk/amber-cli/compare/0.0.4...0.0.5
+Issues:  https://github.com/amber-smalltalk/amber-cli/issues?milestone=3&state=closed
+
+
 14th April 2014 - Release 0.0.4
 ===================================
 

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
   "name": "amber-cli",
-  "version": "0.0.4",
+  "version": "0.0.5",
   "description": "An implementation of the Smalltalk language that runs on top of the JS runtime.",
   "homepage": "http://amber-lang.net",
   "keywords": [
@@ -20,7 +20,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "git://github.com/amber-smalltalk/amber-cli.git#0.0.4"
+    "url": "git://github.com/amber-smalltalk/amber-cli.git#0.0.5"
   },
   "engines": {
     "node": ">=0.8.0"