File tree Expand file tree Collapse file tree 4 files changed +1638
-2515
lines changed Expand file tree Collapse file tree 4 files changed +1638
-2515
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
6
6
7
- ## [ Unreleased ] ( https://github.com/axa-group/arm-template-merge/compare/v1.0.0...HEAD )
7
+ ## [ 1.1.0 ] ( https://github.com/axa-group/arm-template-merge/compare/v1.0.0...v1.1.0 ) — 2019-03-18
8
8
9
9
### Added
10
10
11
11
- Add changelog
12
12
- Add stripping of UTF-8 BOM on input files
13
13
14
+ ### Changed
15
+
16
+ - Reduce merge code complexity
17
+
14
18
### Security
15
19
16
20
- Update ` npm ` dependencies to fix [ CVE-2018 -16469] ( https://nvd.nist.gov/vuln/detail/CVE-2018-16469 )
Original file line number Diff line number Diff line change @@ -27,6 +27,12 @@ npm install -g arm-template-merge
27
27
28
28
Then run ` arm-template-merge ` without any arguments for details on its utilization.
29
29
30
+ Alternatively, you can execute the CLI without installing it by running:
31
+
32
+ ``` shell
33
+ npx arm-template-merge
34
+ ```
35
+
30
36
### Adding it as a dependency
31
37
32
38
You may add it to your project as a dependency:
You can’t perform that action at this time.
0 commit comments