Skip to content

Commit

Permalink
Merged release/0.0.3 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinGot committed Dec 9, 2016
2 parents 76a3e88 + 9aeedd9 commit e2ff4d6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 0.0.3

### Fixed

- missing package version
- **README**: add npm package version

## 0.0.2

### Fixed

- remove npm organization from [@ValentinGot]

## 0.0.1

### Added
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Generator Webpack Angular
[![Build Status](https://travis-ci.org/groupe-sii/generator-webpack-angular.svg?branch=master)](https://travis-ci.org/groupe-sii/generator-webpack-angular)
[![NPM version][npm-image]][npm-url]

[npm-image]: https://badge.fury.io/js/generator-webpack-angular.svg
[npm-url]: https://npmjs.org/package/generator-webpack-angular

> Yeoman generator for building Single Page Apps with AngularJS, ES6, Webpack.
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": "generator-webpack-angular",
"version": "0.0.1",
"version": "0.0.3",
"description": "Yeoman generator for creating AngularJS apps with Webpack",
"keywords": [
"yeoman-generator",
Expand Down

0 comments on commit e2ff4d6

Please sign in to comment.