From b2694674648e6677586a9025f35661395b285c3e Mon Sep 17 00:00:00 2001 From: benlesh Date: Thu, 19 Apr 2018 13:26:43 -0700 Subject: [PATCH] chore(publish): 0.1.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 8 ++++---- 2 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..631449c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ + +# 0.1.0 (2018-04-19) + + +### Bug Fixes + +* add json-stringify-pretty-compact as dep ([45674b7](https://github.com/reactivex/rxjs-tslint/commit/45674b7)) +* **rules:** add doc to utils and fix partial migration issue ([cca31ef](https://github.com/reactivex/rxjs-tslint/commit/cca31ef)) +* **rules:** proper migration of fromPromise and _throw ([a744151](https://github.com/reactivex/rxjs-tslint/commit/a744151)), closes [#7](https://github.com/reactivex/rxjs-tslint/issues/7) +* **rules:** proper migration of let ([#11](https://github.com/reactivex/rxjs-tslint/issues/11)) ([c44252a](https://github.com/reactivex/rxjs-tslint/commit/c44252a)), closes [#8](https://github.com/reactivex/rxjs-tslint/issues/8) + + +### Features + +* **rules:** migrate static operations ([3650a6a](https://github.com/reactivex/rxjs-tslint/commit/3650a6a)), closes [#10](https://github.com/reactivex/rxjs-tslint/issues/10) +* **rules:** migrate utility functions and error types ([#9](https://github.com/reactivex/rxjs-tslint/issues/9)) ([04f1290](https://github.com/reactivex/rxjs-tslint/commit/04f1290)) + + + diff --git a/package.json b/package.json index e9f2179..f2a89e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rxjs-tslint", - "version": "0.0.0", + "version": "0.1.0", "description": "TSLint rule for RxJS", "main": "index.js", "scripts": { @@ -23,7 +23,7 @@ "contributors": ["Minko Gechev "], "repository": { "type": "git", - "url": "git+https://github.com/mgechev/tslint-rules.git" + "url": "git+https://github.com/reactivex/rxjs-tslint.git" }, "keywords": ["rxjs", "lint", "tslint"], "author": { @@ -32,9 +32,9 @@ }, "license": "MIT", "bugs": { - "url": "https://github.com/mgechev/tslint-rules/issues" + "url": "https://github.com/reactivex/rxjs-tslint/issues" }, - "homepage": "https://github.com/mgechev/tslint-rules#readme", + "homepage": "https://github.com/reactivex/rxjs-tslint#readme", "devDependencies": { "@types/chai": "^3.4.33", "@types/mocha": "^2.2.32",