Skip to content

Commit

Permalink
chore(tag): v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CaryLandholt committed Jan 31, 2015
1 parent fe0db90 commit b84271d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## 4.1.0 (2015-01-31)


#### Features

* **commonjs:** add commonjs bundle ([fe0db907](https://github.com/CaryLandholt/ng-classify/commit/fe0db907692799b0cbc72a07565393e9b6484ff6))


### 4.0.3 (2014-12-04)


Expand Down
2 changes: 1 addition & 1 deletion dist/ng-classify-commonjs.js
@@ -1,4 +1,4 @@
// ng-classify v4.0.3
// ng-classify v4.1.0
module.exports = (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
var classDetails, extend, formatOptions, moduleDetails, moduleOptions, moduleTypes;

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ng-classify",
"version": "4.0.3",
"version": "4.1.0",
"description": "Compile CoffeeScript classes to AngularJS modules",
"author": {
"name": "Cary Landholt",
Expand Down

0 comments on commit b84271d

Please sign in to comment.