Skip to content

Commit eb3f2e8

Browse files
committed
release(v9.1.0)
1 parent 17d50e2 commit eb3f2e8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ From the root of your library directory, run:
121121
```bash
122122
$ npm run build:docs
123123
```
124-
This will generate a `docs` directory with all documentation of your library
124+
This will generate a `docs` directory with all documentation of your library.
125125

126126
## Publishing your library to NPM
127127

@@ -361,6 +361,11 @@ MIT © [Jurgen Van de Moere](http://www.jvandemo.com)
361361

362362
## Change log
363363

364+
### v9.1.0
365+
366+
- Added compodoc for generating documentation ([#76](https://github.com/jvandemo/generator-angular2-library/pull/76))
367+
- Removed comments from TypeScript config files to allow JSON validity checks
368+
364369
### v9.0.0
365370

366371
- Added Gulp for support on Mac, Linux and Windows (Credits to [Carlos Roso](https://github.com/caroso1222))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-angular2-library",
3-
"version": "9.0.0",
3+
"version": "9.1.0",
44
"description": "Generator to create an Angular 2 library",
55
"homepage": "https://github.com/jvandemo/generator-angular2-library",
66
"author": {

0 commit comments

Comments
 (0)