From acb99123dcd5fff285f50a70308e73a0c9f98da0 Mon Sep 17 00:00:00 2001 From: Antonin Januska Date: Thu, 3 Jul 2014 07:00:24 -0500 Subject: [PATCH] Release 0.1.0 --- bower.json | 2 +- content/1-changelog/post.md | 8 ++++++++ content/1-posts/1-first-post/post.md | 4 ---- content/1-posts/post.md | 3 --- package.json | 4 ++-- readme.md | 7 ++++++- 6 files changed, 17 insertions(+), 11 deletions(-) create mode 100644 content/1-changelog/post.md delete mode 100644 content/1-posts/1-first-post/post.md delete mode 100644 content/1-posts/post.md diff --git a/bower.json b/bower.json index 5ae9e35..f76a76d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "Popstar CMS", - "version": "0.0.1", + "version": "0.1.0", "dependencies": { "tseczka-CSS-framework": "v0.0.x", "normalize.css": "3.0.x" diff --git a/content/1-changelog/post.md b/content/1-changelog/post.md new file mode 100644 index 0000000..7df5697 --- /dev/null +++ b/content/1-changelog/post.md @@ -0,0 +1,8 @@ +title: Changelog +------- +content: +##Changelog +You can see [all releases](https://github.com/AntJanus/popstar-cms/releases) on Github. + +* 0.1.0 - first actual numeric release, tons of updates, from better tracking to testing, fixed parser and reader, and cleaned up code +* [Alpha Release](https://github.com/AntJanus/popstar-cms/releases/tag/v0.0.1) - premature alpha release. Working version of everything diff --git a/content/1-posts/1-first-post/post.md b/content/1-posts/1-first-post/post.md deleted file mode 100644 index 24bc5fc..0000000 --- a/content/1-posts/1-first-post/post.md +++ /dev/null @@ -1,4 +0,0 @@ -title: Something ------- -content: else - diff --git a/content/1-posts/post.md b/content/1-posts/post.md deleted file mode 100644 index 7856e3a..0000000 --- a/content/1-posts/post.md +++ /dev/null @@ -1,3 +0,0 @@ -title: Test -------- -content: nothing diff --git a/package.json b/package.json index 53a4134..bb48399 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "application-name", - "version": "0.0.1", + "name": "popstar-cms", + "version": "0.1.0", "private": true, "scripts": { "start": "node app.js", diff --git a/readme.md b/readme.md index 922923d..96b5a93 100644 --- a/readme.md +++ b/readme.md @@ -126,4 +126,9 @@ customArray: [ 'first element', 'second element'] ```` ##Custom configs -A `config.js` file at the root of the project allows you to override, change, or append additional configs to the project. +A `config.js` file at the root of the project allows you to override, change, or append additional configs to the project. + +##Changelog + +* 0.1.0 - first actual numeric release, tons of updates, from better tracking to testing, fixed parser and reader, and cleaned up code +* Alpha Release - premature alpha release. Working version of everything