Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 0a3ed5f

Browse files
committed
1.15.0
1 parent d4de097 commit 0a3ed5f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.15.0 2025-10-15
2+
* Support for method definitions in object literals.
3+
* Support `commander` versions up to 14.
4+
15
## 1.14.1 2022-03-21
26
* Fixed `ng-annotate-patched` command-line parsing when using dependency
37
`commander >= 7.0.0`.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-annotate-patched",
3-
"version": "1.14.1",
3+
"version": "1.15.0",
44
"description": "add, remove and rebuild angularjs dependency injection annotations",
55
"main": "src/ng-annotate-main.js",
66
"repository": {

0 commit comments

Comments
 (0)