Skip to content

Commit

Permalink
Release v1.5.6-0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelParke committed Aug 17, 2016
1 parent 9602e12 commit f6af2f6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textAngular",
"version": "1.5.5",
"version": "1.5.6-0",
"main": [
"./dist/textAngular.js",
"./dist/textAngular-sanitize.js",
Expand Down
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name"1.5.6-0"></a>
### 1.5.6-0 (2016-08-17)

* **textAngular:**
* Enhancement(demo, static-demo, textAngular.com) Added version display to demo code
(https://github.com/fraywing/textAngular/commit/3c3ce76c3805d67e49c980c5bf1da15f52a24781)
* Enhancement(main, globals, Gruntfile, textAngularManger.spec, textAngular.spec):
Added a new directive text-angular-version and a new function to textAngularManger:getVersion()
I have wanted to add this for a long time to make it easier to display the version of textAngular being used.
(https://github.com/fraywing/textAngular/commit/1ffa6f7263ce844a4e300226616a9d2282143f56)
This also modifies the build process to automatically put the version into globals.js

<a name"1.5.5"></a>
### 1.5.5 (2016-08-15)

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": "textangular",
"version": "1.5.5",
"version": "1.5.6-0",
"description": "A radically powerful Text-Editor/Wysiwyg editor for Angular.js",
"maintainers": [
{
Expand Down

0 comments on commit f6af2f6

Please sign in to comment.