Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
chore(release): 0.2.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Burak Tasci authored and Burak Tasci committed Sep 4, 2017
1 parent 7785b73 commit 1848f78
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log
All notable changes to this project will be documented in this file.

## v0.2.0-beta.3 - 2017-02-23
### Fixed
- Forced to use TypeScript 2.1.x

### Changed
- Updated README.md
- Updated deps

## v0.2.0-beta.2 - 2017-02-20
### Added
- Added 'I18NRouterHttpLoader`
Expand All @@ -10,13 +18,12 @@ All notable changes to this project will be documented in this file.
- Added unit tests

### Changed
- Code refactoring
- Test refactoring
- Some refactoring

## v0.2.0-alpha.4 - 2017-02-13
### Fixed
- Resolved `Argument of type 'string[]' is not assignable to parameter of type 'string'.)`
- Resolved providing dynamically entryComponents
- Resolved `Argument of type 'string[]' is not assignable to parameter of type 'string'.)` issue
- Resolved providing entryComponents issue (provides dynamically now)

## v0.2.0-alpha.3 - 2017-02-13
### Fixed
Expand All @@ -25,7 +32,7 @@ All notable changes to this project will be documented in this file.
## v0.2.0-alpha.2 - 2017-02-11
### Changed
- Updated README.md
- Some refactorings
- Some refactoring

## v0.2.0-alpha.1 - 2017-02-11
- Pre-release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nglibs/i18n-router",
"version": "0.2.0-beta.2",
"version": "0.2.0-beta.3",
"description": "Route internationalization utility for Angular",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1848f78

Please sign in to comment.