Skip to content

Commit

Permalink
Merge pull request #41 from martinroob/fixes-0.7.3
Browse files Browse the repository at this point in the history
Fixes 0.7.3
  • Loading branch information
martinroob committed Jul 9, 2017
2 parents cf7e451 + 2ae1bfb commit c4b4b29
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.7.3"></a>
# [0.7.3](https://github.com/martinroob/ngx-i18nsupport/compare/v0.7.2...v0.7.3) (2017-07-09)

### Bug Fixes

* **xliffmerge:** runtime error map is not a function when using autotranslate v0.7.2
([#40](https://github.com/martinroob/ngx-i18nsupport/issues/40)).
This is the next serious bug.
Do not use v0.7.2 too.

<a name="0.7.2"></a>
# [0.7.2](https://github.com/martinroob/ngx-i18nsupport/compare/v0.7.1...v0.7.2) (2017-07-09)

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": "ngx-i18nsupport",
"version": "0.7.2",
"version": "0.7.3",
"description": "Some tooling to be used with the Angular 2 i18n workflow",
"main": "index.js",
"module": "./src",
Expand Down
2 changes: 2 additions & 0 deletions src/autotranslate/auto-translate-service.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import {format} from 'util';
import {Observable} from 'rxjs';
import 'rxjs/add/operator/map';
import 'rxjs/add/operator/catch';
import {RxHR} from "@akanass/rx-http-request";
/**
* Created by roobm on 03.07.2017.
Expand Down

0 comments on commit c4b4b29

Please sign in to comment.