Skip to content
This repository has been archived by the owner on Dec 28, 2017. It is now read-only.

Commit

Permalink
reverse changelog items order
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Shvets committed Apr 6, 2013
1 parent 6f09a01 commit de615ba
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 26 deletions.
41 changes: 17 additions & 24 deletions CHANGELOG.md
@@ -1,8 +1,21 @@
clone.js change log
-------------------
### Build v0.7.2-04-beta (2013-04-06 14:35)
* update documentation

### Build v0.7.2-03-beta (2013-04-01 12:06)
* fix bug in getKeys(), forEach()
* add getValues() test
* add getSuper()
* update documentation, code formatting
* add getPrototypes() test
* home page: remove [ ] from nav bar
* update describe() test
* fix applySuper() bug

### Build 0.7.2.01 (2013-03-30 15:32)
### Build v0.7.2-02-beta (2013-03-30 22:06)
* fix home page nav
* incrase CI speed

### Build 0.7.2.01 (2013-03-30 15:32)
* fix deploy scripts
* jsdoc template: update DL's formatting
* edit readme
Expand All @@ -12,24 +25,4 @@ clone.js change log
* add nodeunit browser test runner
* add scripts
* add npm overlay
* test script: run all *.test.js files

### Build v0.7.2-02-beta (2013-03-30 22:06)

* fix home page nav
* incrase CI speed

### Build v0.7.2-03-beta (2013-04-01 12:06)

* fix bug in getKeys(), forEach()
* add getValues() test
* add getSuper()
* update documentation, code formatting
* add getPrototypes() test
* home page: remove [ ] from nav bar
* update describe() test
* fix applySuper() bug

### Build v0.7.2-04-beta (2013-04-06 14:35)

* update documentation
* test script: run all *.test.js files
4 changes: 2 additions & 2 deletions tools/release
Expand Up @@ -22,6 +22,6 @@ else

./deploy.push-build
./deploy.npm-package

cat ../tmp/last-build.log >> ../CHANGELOG.md
echo -e "`cat ../tmp/last-build.log.md` \r\n`cat ../CHANGELOG.md`" > ../CHANGELOG.md
fi

0 comments on commit de615ba

Please sign in to comment.