Skip to content

Commit

Permalink
chore(release): 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot authored and Alorel committed Aug 22, 2018
1 parent ffb0c00 commit 959412b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,23 @@
## [1.2.1](https://github.com/Alorel/typescript-lazy-get-decorator/compare/1.2.0...1.2.1) (2018-08-22)


### Bug Fixes

* **package:** Add more Angular-friendly module paths ([a40c684](https://github.com/Alorel/typescript-lazy-get-decorator/commit/a40c684))


### Dependency updates

* Update webpack-cli to the latest version 🚀 (#11) ([36c40f5](https://github.com/Alorel/typescript-lazy-get-decorator/commit/36c40f5)), closes [#11](https://github.com/Alorel/typescript-lazy-get-decorator/issues/11)
* Update nyc to the latest version 🚀 (#10) ([d752611](https://github.com/Alorel/typescript-lazy-get-decorator/commit/d752611)), closes [#10](https://github.com/Alorel/typescript-lazy-get-decorator/issues/10)
* Update @types/node to the latest version 🚀 (#9) ([7f282fc](https://github.com/Alorel/typescript-lazy-get-decorator/commit/7f282fc)), closes [#9](https://github.com/Alorel/typescript-lazy-get-decorator/issues/9)


### Maintenance

* **package:** Update typescript to 3.0.0 ([076ddf1](https://github.com/Alorel/typescript-lazy-get-decorator/commit/076ddf1))


### Refactoring

* **package:** Emit a both a minified and non-minified UMD library ([16ff1a5](https://github.com/Alorel/typescript-lazy-get-decorator/commit/16ff1a5))
4 changes: 2 additions & 2 deletions README.md
@@ -1,7 +1,7 @@
# Typescript Lazy Getter

[![Build Status](https://travis-ci.org/Alorel/typescript-lazy-get-decorator.png?branch=master)](https://travis-ci.org/Alorel/typescript-lazy-get-decorator)
[![Coverage Status](https://coveralls.io/repos/github/Alorel/typescript-lazy-get-decorator/badge.svg?branch=master)](https://coveralls.io/github/Alorel/typescript-lazy-get-decorator?branch=master)
[![Build Status](https://travis-ci.org/Alorel/typescript-lazy-get-decorator.png?branch=1.2.1)](https://travis-ci.org/Alorel/typescript-lazy-get-decorator)
[![Coverage Status](https://coveralls.io/repos/github/Alorel/typescript-lazy-get-decorator/badge.svg?branch=1.2.1)](https://coveralls.io/github/Alorel/typescript-lazy-get-decorator?branch=1.2.1)
[![Dependency status](https://david-dm.org/alorel/typescript-lazy-get-decorator.svg)](https://david-dm.org/alorel/typescript-lazy-get-decorator#info=dependencies&view=list)
[![Dev dependency status](https://david-dm.org/alorel/typescript-lazy-get-decorator/dev-status.svg)](https://david-dm.org/alorel/typescript-lazy-get-decorator#info=devDependencies&view=list)
[![Greenkeeper badge](https://badges.greenkeeper.io/Alorel/typescript-lazy-get-decorator.svg)](https://greenkeeper.io/)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "typescript-lazy-get-decorator",
"version": "1.3.0",
"version": "1.2.1",
"description": "Lazily evaluates a getter on an object and caches the returned value",
"main": "dist/es5/LazyGetter.js",
"browser": "dist/umd/LazyGetter.js",
Expand Down

0 comments on commit 959412b

Please sign in to comment.