Skip to content

Commit 84b6a4b

Browse files
committed
Bump version and update changelog
1 parent 2878200 commit 84b6a4b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [7.2.0] - 2025-08-03
9+
10+
### Added
11+
12+
- Support ngx-translate v17 (#122)
13+
14+
### Changed
15+
16+
- Migrate docs and example app to standalone bootstrapping and provider
17+
functions
18+
819
## [7.1.0] - 2024-12-29
920

1021
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-translate-messageformat-compiler",
3-
"version": "7.1.0",
3+
"version": "7.2.0",
44
"scripts": {
55
"ng": "ng",
66
"build": "ng build",

0 commit comments

Comments
 (0)