Skip to content

Commit

Permalink
release: 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierBoubert committed May 27, 2015
1 parent 1fef2c6 commit ef7d3e4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ Versions details history. For each version you can find:
* Link to the release branch
* All of the modifications details

<a name="0.2.2"></a>
# 0.2.2 (2015-05-27)

[Release 0.2.2](https://github.com/XavierBoubert/ractive-require/releases/tag/0.2.2) - [Branch release/0.2.2](https://github.com/XavierBoubert/ractive-require/tree/0.2.2)

### Breaking changes

- **ractive-require**
- Build distribution files. My bad.

<a name="0.2.1"></a>
# 0.2.1 (2015-05-27)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Require Ractive views on demand in Package by Feature way.

Use the CDN version:
```HTML
<script src="https://cdnjs.cloudflare.com/ajax/libs/ractive-require/0.2.1/ractive-require.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ractive-require/0.2.2/ractive-require.min.js"></script>
```

Or copy the [dist](https://github.com/XavierBoubert/ractive-require/tree/master/dist) folder into your project and include ```ractive-require.js``` or ```ractive-require.min.js``` (production) file in your HTML page **after** Ractive.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ractive-require",
"version": "0.2.1",
"version": "0.2.2",
"description": "Require Ractive views on demand in Package by Feature way",
"homepage": "https://github.com/XavierBoubert/ractive-require",
"main": "dist/ractive-require.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ractive-require",
"version": "0.2.1",
"version": "0.2.2",
"description": "Require Ractive views on demand in Package by Feature way",
"homepage": "https://github.com/XavierBoubert/ractive-require",
"main": "dist/ractive-require.js",
Expand Down

0 comments on commit ef7d3e4

Please # to comment.