Skip to content

Commit

Permalink
upgrade to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonny committed Apr 17, 2015
1 parent 9be9309 commit c55c15a
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 55 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.3.0

* fix(excerpt): add a fix for CJK language
* feat(authorization): #128 recreate token on login
* fix(generator): add context
* fix(PostsServices): fix deferred in _readContentAndConvert
* doc(README): add a link for the video Updating HubPress
## 0.2.0
* fix(README en): add information about hp-alt-title
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ To learn how to do this correctly (there's a trick to it the first time you pull

video::KCylB780zSM[youtube]

https://www.youtube.com/embed/KCylB780zSM[Updating HubPress]
https://www.youtube.com/watch?v=KCylB780zSM[Updating HubPress]

== Troubleshooting

Expand Down
4 changes: 2 additions & 2 deletions hubpress/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<div id="hubpress"></div>

<script src="scripts/vendor.js?v=0.2.0"></script>
<script src="scripts/app.js?v=0.2.0"></script>
<script src="scripts/vendor.js?v=0.3.0"></script>
<script src="scripts/app.js?v=0.3.0"></script>
</body>
</html>
103 changes: 52 additions & 51 deletions hubpress/scripts/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion hubpress/scripts/app.js.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions hubpress/scripts/vendor.js

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

0 comments on commit c55c15a

Please sign in to comment.