Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
chore(release): release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-lieben committed Sep 16, 2016
1 parent 6661db7 commit b3a3b3a
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/amd/split.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/commonjs/split.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/es6/split.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/system/split.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<a name="0.0.2"></a>
## 0.0.2 (2016-09-16)


### Features

* split attribute ([6661db7](https://github.com/eriklieben/aurelia-split.js/commit/6661db7))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-split.js",
"version": "0.0.1",
"version": "0.0.2",
"description": "A plugin to use split.js with Aurelia",
"keywords": [
"aurelia",
Expand Down
2 changes: 1 addition & 1 deletion src/split.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { inject, bindable, bindingMode, DOM } from 'aurelia-framework';
import { inject, bindable, bindingMode, DOM } from "aurelia-framework";
import * as Split from "split.js";

@inject(DOM.Element)
Expand Down

0 comments on commit b3a3b3a

Please sign in to comment.