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

Commit

Permalink
Build v0.7.2-05-beta (2013-04-06 15:35)
Browse files Browse the repository at this point in the history
* fix cdn src
* reverse changelog items order
* deploy scripts: fix new line in build message
  • Loading branch information
Alex Shvets committed Apr 6, 2013
1 parent de615ba commit aca675c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .version
@@ -1 +1 @@
v0.7.2-04-beta
v0.7.2-05-beta
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,3 +1,8 @@
### Build v0.7.2-05-beta (2013-04-06 15:35)
* reverse changelog items order
* deploy scripts: fix new line in build message
* fix cdn src

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

Expand Down Expand Up @@ -25,4 +30,4 @@
* add nodeunit browser test runner
* add scripts
* add npm overlay
* test script: run all *.test.js files
* test script: run all *.test.js files
2 changes: 1 addition & 1 deletion build/html
Submodule html updated from c30d09 to c43dc7
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "clonejs",
"version": "v0.7.2-04-beta",
"version": "v0.7.2-05-beta",
"description": "The true prototype-based JavaScript micro-framework.",
"maintainers": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/clone.js
@@ -1,7 +1,7 @@
'use strict';
/**
* @title clone.js - the true prototype-based JavaScript micro-framework.
* @version v0.7.2-04-beta
* @version v0.7.2-05-beta
* @author Alex Shvets
*
* @class
Expand Down
2 changes: 1 addition & 1 deletion tools/release
Expand Up @@ -23,5 +23,5 @@ else
./deploy.push-build
./deploy.npm-package

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

0 comments on commit aca675c

Please sign in to comment.