Skip to content

Commit

Permalink
chore(publish): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Apr 19, 2018
1 parent 5c54550 commit b269467
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,19 @@
<a name="0.1.0"></a>
# 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))



8 changes: 4 additions & 4 deletions 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": {
Expand All @@ -23,7 +23,7 @@
"contributors": ["Minko Gechev <mgechev@gmail.com>"],
"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": {
Expand All @@ -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",
Expand Down

0 comments on commit b269467

Please sign in to comment.