Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AntJanus committed Jul 3, 2014
1 parent b0cabce commit acb9912
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 8 additions & 0 deletions content/1-changelog/post.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 0 additions & 4 deletions content/1-posts/1-first-post/post.md

This file was deleted.

3 changes: 0 additions & 3 deletions content/1-posts/post.md

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 6 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit acb9912

Please sign in to comment.