Skip to content

Commit

Permalink
Version 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sirugh committed May 17, 2017
1 parent 8ac7f0a commit ac9a538
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.11.1

* Fixed a bug that was causing the static asset loader loadScript callback to reference an undefined variable.
* The namespacer module now creates namespaces that can now be extended but not replaced.

## 0.11.0

* Add an api module for interacting with the bazaarvoice api. Currently only statistics api requests are supported.
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": "bv-ui-core",
"version": "0.11.0",
"version": "0.11.1",
"license": "Apache 2.0",
"description": "Bazaarvoice UI-related JavaScript",
"repository": {
Expand Down

0 comments on commit ac9a538

Please sign in to comment.