Skip to content

Commit

Permalink
releasing 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabriskie committed Jan 29, 2016
1 parent d6db9af commit 83f4213
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 32 deletions.
69 changes: 38 additions & 31 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,28 @@
# Changelog

### 0.1.0 (Jan 03, 2015)
### 0.5.4 (Jan 29, 2016)

- Initial release
- [1f350d7](../../commit/1f350d7) Adding `originate` as a dependency.
- [49683e8](../../commit/49683e8) Updating `karma` dependency.
- [23924bc](../../commit/23924bc) Fixing typo in help command.

### 0.1.1 (Jan 03, 2015)

- [322e68f](../../commit/322e68f) Fixing issue with Travis CI preferring bash over shell

### 0.1.2 (Jan 03, 2015)

- [a78e2f8](../../commit/a78e2f8) Switching all tasks to use bash

### 0.2.0 (Jun 12, 2015)
### 0.5.3 (Oct 22, 2015)

- [a1c1028](../../commit/a1c1028) Removing browserify in favor of webpack
- [12dd98e](../../commit/12dd89e) Using webpack for testing
- [9d600c7](../../commit/9d600c7) Using babel-loader for handling JSX
- [75f9fa1](../../commit/75f9fa1) Updating dependencies.
- [3eae18e](../../commit/3eae18e) Fixing issue with ReactDOM being bundled with components.

### 0.3.0 (Jun 11, 2015)
### 0.5.2 (Sep 09, 2015)

- [14e720d](../../commit/14e720d) Supporting ES6 syntax via babel
- [49489e3](../../commit/49489e3) Tests are now expected to be under `lib/` using suffix `-test.js`
- [6f2facf](../../commit/6f2facf) Fixing issue with React being bundled with components.

### 0.3.1 (Jun 11, 2015)
### 0.5.1 (Aug 10, 2015)

- [e942c2f](../../commit/e942c2f) Fixing bad reference to dependency
- [2dd7e75](../../commit/2dd7e75) Updating dependencies.

### 0.3.2 (Jun 12, 2015)
### 0.5.0 (Aug 10, 2015)

- [b6313bd](../../commit/b6313bd) Fixing issue with releasing to npm
- [ff47111](../../commit/ff47111) Making things more stable by getting rid of semver ranges.
- [8a22df4](../../commit/8a22df4) Updating ESLint config.

### 0.4.0 (Jul 19, 2015)

Expand All @@ -41,20 +34,34 @@
- [d0b6a01](../../commit/d0b6a01) Renaming `dev` command to `server`.
- [fe8e9ad](../../commit/fe8e9ad) Allowing additional parameters to be passed to dev server.

### 0.5.0 (Aug 10, 2015)
### 0.3.2 (Jun 12, 2015)

- [ff47111](../../commit/ff47111) Making things more stable by getting rid of semver ranges.
- [8a22df4](../../commit/8a22df4) Updating ESLint config.
- [b6313bd](../../commit/b6313bd) Fixing issue with releasing to npm

### 0.5.1 (Aug 10, 2015)
### 0.3.1 (Jun 11, 2015)

- [2dd7e75](../../commit/2dd7e75) Updating dependencies.
- [e942c2f](../../commit/e942c2f) Fixing bad reference to dependency

### 0.5.2 (Sep 09, 2015)
### 0.3.0 (Jun 11, 2015)

- [6f2facf](../../commit/6f2facf) Fixing issue with React being bundled with components.
- [14e720d](../../commit/14e720d) Supporting ES6 syntax via babel
- [49489e3](../../commit/49489e3) Tests are now expected to be under `lib/` using suffix `-test.js`

### 0.5.3 (Oct 22, 2015)
### 0.2.0 (Jun 12, 2015)

- [a1c1028](../../commit/a1c1028) Removing browserify in favor of webpack
- [12dd98e](../../commit/12dd89e) Using webpack for testing
- [9d600c7](../../commit/9d600c7) Using babel-loader for handling JSX

### 0.1.2 (Jan 03, 2015)

- [a78e2f8](../../commit/a78e2f8) Switching all tasks to use bash

### 0.1.1 (Jan 03, 2015)

- [322e68f](../../commit/322e68f) Fixing issue with Travis CI preferring bash over shell

### 0.1.0 (Jan 03, 2015)

- Initial release

- [75f9fa1](../../commit/75f9fa1) Updating dependencies.
- [3eae18e](../../commit/3eae18e) Fixing issue with ReactDOM being bundled with components.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rackt-cli",
"version": "0.5.3",
"version": "0.5.4",
"description": "Command line interface for automating common tasks when building React.js components",
"main": "./bin/rackt",
"bin": {
Expand Down

0 comments on commit 83f4213

Please sign in to comment.