Skip to content

Commit

Permalink
[Release] Increase version to 15.0.0 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuniu-ms authored Oct 3, 2023
1 parent 1ff6998 commit dca05f7
Show file tree
Hide file tree
Showing 8 changed files with 949 additions and 1,256 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ Additionally, as part of this change the existing v3.x extension has been moved

| Version | Application Insights | Angular | Branch
|---------|-----------------------|----------------------|-----------
| 14.0.0 | ^3.0.3 | peer: ^14.0.3 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)
| 15.0.0 | ^3.0.3 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)
| 14.0.0 | ^3.0.3 | peer: ^14.0.3 | [Angular14](https://github.com/microsoft/applicationinsights-angularplugin-js/tree/Angular14) (Angular v14 support is moved to branch Angular14 since Sep. 2023)
| 3.0.3 | ^2.8.14 | peer: ^14.0.3 | [release3.x](https://github.com/microsoft/applicationinsights-angularplugin-js/tree/release3.x)
| 3.0.2 | ^2.8.12 | peer: ^14.0.3 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)
| 3.0.1 | ^2.8.10 | peer: ^14.0.3 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)
Expand Down
8 changes: 8 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Releases

## 15.0.0 (Oct 2nd, 2023)

Match the major version of the supported Angular-JS version (which will be v14.x as the first release)

### Changelog

- #125 Update dependency for angular 15

## 14.0.0 (Sep 26th, 2023)

Re-numbering the plugin to match the major version number of the targeted angular version used to create the plugin.
Expand Down
Loading

0 comments on commit dca05f7

Please sign in to comment.