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

Commit

Permalink
chore(*): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Aug 8, 2015
1 parent a402243 commit ff6f952
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.3.0 - 2015-08-08
- Only load items once ([#10](https://github.com/urish/angular-load/pull/10), contributed by [dougmoscrop](https://github.com/dougmoscrop))

## 0.2.0 - 2014-08-27
- Change module name to `angularLoad` ([#2](https://github.com/urish/angular-load/issues/2))
- Add IE8 support ([#4](https://github.com/urish/angular-moment/pull/4), contributed by [zlalanne](https://github.com/zlalanne))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ angular-load

Dynamically load scripts and css stylesheets in your Angular.JS app.

Copyright (C) 2014, Uri Shaked <[email protected]>
Copyright (C) 2014, 2015, Uri Shaked <[email protected]>

[![Build Status](https://travis-ci.org/urish/angular-load.png?branch=master)](https://travis-ci.org/urish/angular-load)
[![Coverage Status](https://coveralls.io/repos/urish/angular-load/badge.png)](https://coveralls.io/r/urish/angular-load)
Expand Down
2 changes: 1 addition & 1 deletion angular-load.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* angular-load.js / v0.2.0 / (c) 2014 Uri Shaked / MIT Licence */
/* angular-load.js / v0.3.0 / (c) 2014, 2015 Uri Shaked / MIT Licence */

(function () {
'use strict';
Expand Down
5 changes: 2 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"name": "angular-load",
"version": "0.2.0",
"description": "Dynamically load scripts and css stylesheets in your Angular.JS app",
"author": "Uri Shaked",
"license": "MIT",
"homepage": "http://github.com/urish/angular-load",
"main": "./angular-load.js",
"dependencies": {
"angular": ">=1.0.0 <1.4.0"
"angular": ">=1.0.0 <1.5.0"
},
"devDependencies": {
"angular-mocks": "1.3.x"
"angular-mocks": "1.4.x"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-load",
"main": "angular-load.js",
"version": "0.2.0",
"version": "0.3.0",
"repository": {
"type": "git",
"url": "http://github.com/urish/angular-load.git"
Expand Down

0 comments on commit ff6f952

Please sign in to comment.