Skip to content

Commit

Permalink
Bump version to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lephyrus committed Jan 16, 2022
1 parent fd8e814 commit 65794e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [5.0.0] - 2022-01-16
### Removed
- Support for Angular version before v13
- Support for ngx-translate versions before v14

## [4.11.0] - 2021-11-27
### Added
- Support for Angular v13
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-translate-messageformat-compiler",
"version": "4.11.0",
"version": "5.0.0",
"scripts": {
"ng": "ng",
"build": "ng build",
Expand Down

0 comments on commit 65794e3

Please sign in to comment.