Skip to content
This repository was archived by the owner on Dec 9, 2021. It is now read-only.

Commit 3ff5661

Browse files
committed
0.15.1
1 parent 2cdcc9a commit 3ff5661

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ _onClickHandler(event) {
252252

253253
## Release History
254254

255+
* 2017-01-19 v0.15.1 Add missing Interface *.d.ts files.
256+
255257
* 2017-01-19 v0.15.0 Add *.d.ts files and update TypeScript compiler version.
256258

257259
* 2016-12-27 v0.14.9 Fix TypeScript file issues.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "structurejs",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"dependencies": {
55
"jquery": "*",
66
"handlebars": "*"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "structure-js",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"description": "A class based utility library for building modular and scalable web platform applications. Features opt-in classes and utilities which provide a solid foundation and toolset to build your next project.",
55
"url": "https://github.com/codeBelt/StructureJS",
66
"repository": "https://github.com/codeBelt/StructureJS",

0 commit comments

Comments
 (0)