@halospv3/hce.shared-config 3.0.0-develop.24 → 3.0.0-develop.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +77 -63
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [3.0.0-develop.25](https://github.com/HaloSPV3/HCE.Shared/compare/v3.0.0-develop.24...v3.0.0-develop.25) (2025-10-21)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** ponyfill `string.replaceAll`; add core-js ([e65882e](https://github.com/HaloSPV3/HCE.Shared/commit/e65882eb176b904831d81362bd2553a7a04ffbdf))
6
+ * **deps:** update `semantic-release-export-data` to v1.1.0; force it to resolve `@actions/core` to ^1.11.1 ([66fec8e](https://github.com/HaloSPV3/HCE.Shared/commit/66fec8ed6ec602215ae657a78de6a63b79fb2fde))
7
+
1
8
  ## [3.0.0-develop.24](https://github.com/HaloSPV3/HCE.Shared/compare/v3.0.0-develop.23...v3.0.0-develop.24) (2025-10-21)
2
9
 
3
10
  ### Bug Fixes
@@ -389,6 +396,13 @@ All notable changes to this project will be documented in this file. See
389
396
  [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version)
390
397
  for commit guidelines.
391
398
 
399
+ ## [2.6.6](https://github.com/halospv3/hce.shared/compare/v2.6.5...v2.6.6) (2025-07-30)
400
+
401
+ ### Bug Fixes
402
+
403
+ * **deps:** ponyfill `string.replaceAll`; add core-js ([e65882e](https://github.com/halospv3/hce.shared/commit/e65882eb176b904831d81362bd2553a7a04ffbdf))
404
+ * **deps:** update `semantic-release-export-data` to v1.1.0; force it to resolve `@actions/core` to ^1.11.1 ([66fec8e](https://github.com/halospv3/hce.shared/commit/66fec8ed6ec602215ae657a78de6a63b79fb2fde))
405
+
392
406
  ## [2.6.5](https://github.com/halospv3/hce.shared/compare/v2.6.4...v2.6.5) (2025-07-15)
393
407
 
394
408
  ### Bug Fixes
@@ -448,56 +462,56 @@ for commit guidelines.
448
462
 
449
463
  ### Features
450
464
 
451
- - add createDummyNupkg
465
+ * add createDummyNupkg
452
466
  ([ed67d06](https://github.com/halospv3/hce.shared/commit/ed67d06cd06e56a78b0a9ff2e51efb83ddd94386)),
453
467
  closes [#406](https://github.com/halospv3/hce.shared/issues/406)
454
- - add EnvUtils (getEnvVarValue, getEnv)
468
+ * add EnvUtils (getEnvVarValue, getEnv)
455
469
  ([f86562a](https://github.com/halospv3/hce.shared/commit/f86562aa1c19a13a612e6571ba2122bf134ba196))
456
470
 
457
471
  ## [2.5.0](https://github.com/halospv3/hce.shared/compare/v2.4.3...v2.5.0) (2024-06-04)
458
472
 
459
473
  ### Features
460
474
 
461
- - overhaul dotnetGHPR; misc refactors
475
+ * overhaul dotnetGHPR; misc refactors
462
476
  ([8d0a1d6](https://github.com/halospv3/hce.shared/commit/8d0a1d657e7f4754881c9a130fd4aa8191fb3e81))
463
477
 
464
478
  ### Bug Fixes
465
479
 
466
- - **deps:** update dependency conventional-changelog-conventionalcommits to v8
480
+ * **deps:** update dependency conventional-changelog-conventionalcommits to v8
467
481
  ([e1defcd](https://github.com/halospv3/hce.shared/commit/e1defcd94ba51eda7384c1ca87f33c9928610e20))
468
- - **deps:** update semantic-release monorepo
482
+ * **deps:** update semantic-release monorepo
469
483
  ([39fcf98](https://github.com/halospv3/hce.shared/commit/39fcf988fe55b894e269d64de1b48c7f8dfb950c))
470
484
 
471
485
  ## [2.4.3](https://github.com/halospv3/hce.shared/compare/v2.4.2...v2.4.3) (2024-05-31)
472
486
 
473
487
  ### Bug Fixes
474
488
 
475
- - fix error being thrown because an 'else' is missing
489
+ * fix error being thrown because an 'else' is missing
476
490
  ([a4ed781](https://github.com/halospv3/hce.shared/commit/a4ed781dd9ebf696deae7b7914d8cf77e2beb5fb))
477
491
 
478
492
  ## [2.4.3-develop.1](https://github.com/halospv3/hce.shared/compare/v2.4.2...v2.4.3-develop.1) (2024-06-01)
479
493
 
480
494
  ### Bug Fixes
481
495
 
482
- - **deps:** update dependency conventional-changelog-conventionalcommits to v8
496
+ * **deps:** update dependency conventional-changelog-conventionalcommits to v8
483
497
  ([e1defcd](https://github.com/halospv3/hce.shared/commit/e1defcd94ba51eda7384c1ca87f33c9928610e20))
484
- - **deps:** update semantic-release monorepo
498
+ * **deps:** update semantic-release monorepo
485
499
  ([39fcf98](https://github.com/halospv3/hce.shared/commit/39fcf988fe55b894e269d64de1b48c7f8dfb950c))
486
500
 
487
501
  ## [2.4.2](https://github.com/halospv3/hce.shared/compare/v2.4.1...v2.4.2) (2024-05-31)
488
502
 
489
503
  ### Bug Fixes
490
504
 
491
- - fix adding npm plugin to private semantic-release config
505
+ * fix adding npm plugin to private semantic-release config
492
506
  ([fe2542b](https://github.com/halospv3/hce.shared/commit/fe2542b9e3d1dc3b3d00351f3dbef840b1f99486))
493
507
 
494
508
  ## [2.4.1](https://github.com/halospv3/hce.shared/compare/v2.4.0...v2.4.1) (2024-05-31)
495
509
 
496
510
  ### Bug Fixes
497
511
 
498
- - :ambulance: bump braces to 3.0.3
512
+ * :ambulance: bump braces to 3.0.3
499
513
  ([c4a0948](https://github.com/halospv3/hce.shared/commit/c4a09484c3e7c2f0337453e3543e4b143d5d026c))
500
- - **deps:** :arrow_down: downgrade conventional-changelog-conventionalcommits
514
+ * **deps:** :arrow_down: downgrade conventional-changelog-conventionalcommits
501
515
  ([7d7d418](https://github.com/halospv3/hce.shared/commit/7d7d418b072e57848207a7fcf368985adb76e016)),
502
516
  closes [#402](https://github.com/halospv3/hce.shared/issues/402)
503
517
 
@@ -505,9 +519,9 @@ for commit guidelines.
505
519
 
506
520
  ### Bug Fixes
507
521
 
508
- - :ambulance: bump braces to 3.0.3
522
+ * :ambulance: bump braces to 3.0.3
509
523
  ([c4a0948](https://github.com/halospv3/hce.shared/commit/c4a09484c3e7c2f0337453e3543e4b143d5d026c))
510
- - **deps:** :arrow_down: downgrade conventional-changelog-conventionalcommits
524
+ * **deps:** :arrow_down: downgrade conventional-changelog-conventionalcommits
511
525
  ([7d7d418](https://github.com/halospv3/hce.shared/commit/7d7d418b072e57848207a7fcf368985adb76e016)),
512
526
  closes [#402](https://github.com/halospv3/hce.shared/issues/402)
513
527
 
@@ -517,40 +531,40 @@ for commit guidelines.
517
531
 
518
532
  ### Bug Fixes
519
533
 
520
- - add commitlint config to package exports
534
+ * add commitlint config to package exports
521
535
  ([db87cc8](https://github.com/halospv3/hce.shared/commit/db87cc81f0e1718a6747f0ba6746f078685b6142))
522
536
 
523
537
  ## [2.2.2](https://github.com/halospv3/hce.shared/compare/v2.2.1...v2.2.2) (2024-03-29)
524
538
 
525
539
  ### Bug Fixes
526
540
 
527
- - use the correct file extension for commitlint config in files array
541
+ * use the correct file extension for commitlint config in files array
528
542
  ([9f5bd5f](https://github.com/halospv3/hce.shared/commit/9f5bd5fd52b37ac4a86617bc921053a05a92c239))
529
543
 
530
544
  ## [2.2.1](https://github.com/halospv3/hce.shared/compare/v2.2.0...v2.2.1) (2024-03-29)
531
545
 
532
546
  ### Bug Fixes
533
547
 
534
- - include commitlint config in package files
548
+ * include commitlint config in package files
535
549
  ([26e2888](https://github.com/halospv3/hce.shared/commit/26e2888bdde302d7dd7a88b763975598a1eb539f))
536
550
 
537
551
  ## [2.2.0](https://github.com/halospv3/hce.shared/compare/v2.1.2...v2.2.0) (2024-03-29)
538
552
 
539
553
  ### Features
540
554
 
541
- - **dotnet:** add GitVersion 6.0 config
555
+ * **dotnet:** add GitVersion 6.0 config
542
556
  ([3784c72](https://github.com/halospv3/hce.shared/commit/3784c72ea2e37dcced13ccc322476f0d93d2bd9b))
543
- - **dotnet:** add global "RepoRoot", "RepoRootPublishDir", and placeholder
557
+ * **dotnet:** add global "RepoRoot", "RepoRootPublishDir", and placeholder
544
558
  properties
545
559
  ([23d330a](https://github.com/halospv3/hce.shared/commit/23d330a2ca4769fcd14fe8f1a409f6801a7a1ea3))
546
- - **dotnet:** rework ZipPublishDir
560
+ * **dotnet:** rework ZipPublishDir
547
561
  ([618ba95](https://github.com/halospv3/hce.shared/commit/618ba95b3d731dc1b560e91757aa02e947b09e03))
548
- - move commitlint config to shared file
562
+ * move commitlint config to shared file
549
563
  ([66efb30](https://github.com/halospv3/hce.shared/commit/66efb30a9e4351d02a761edf3a49722bc8a0f111))
550
564
 
551
565
  ### Bug Fixes
552
566
 
553
- - **dotnet:** trim variant args; undefine if parentheses would be empty
567
+ * **dotnet:** trim variant args; undefine if parentheses would be empty
554
568
  ([10414ff](https://github.com/halospv3/hce.shared/commit/10414ffc58950bae4d582d2263cbf9d7a51235eb)),
555
569
  closes [#356](https://github.com/halospv3/hce.shared/issues/356)
556
570
 
@@ -558,7 +572,7 @@ for commit guidelines.
558
572
 
559
573
  ### Bug Fixes
560
574
 
561
- - **deps:** update dependency @semantic-release/release-notes-generator to v13
575
+ * **deps:** update dependency @semantic-release/release-notes-generator to v13
562
576
  ([0758bc9](https://github.com/halospv3/hce.shared/commit/0758bc9c9bb8338855880218e4c1086e25384baa))
563
577
 
564
578
  ## [2.1.1](https://github.com/halospv3/hce.shared/compare/v2.1.0...v2.1.1) (2024-03-26)
@@ -567,62 +581,62 @@ for commit guidelines.
567
581
 
568
582
  ### Features
569
583
 
570
- - add plugin '@semantic-release/exec'
584
+ * add plugin '@semantic-release/exec'
571
585
  ([61447fc](https://github.com/halospv3/hce.shared/commit/61447fcdef19db8cd7f103edd54354fa5c4cb202))
572
586
 
573
587
  ## [2.0.1](https://github.com/halospv3/hce.shared/compare/v2.0.0...v2.0.1) (2024-03-18)
574
588
 
575
589
  ### Bug Fixes
576
590
 
577
- - **deps:** update dependency @semantic-release/commit-analyzer to v12
591
+ * **deps:** update dependency @semantic-release/commit-analyzer to v12
578
592
  ([87c6d12](https://github.com/halospv3/hce.shared/commit/87c6d12c3ab5243e50a0c1b0cf3dafd6c4c20ffa))
579
- - **dotnet:** try making the '$(RepoRoot)/publish' directory before zipping
593
+ * **dotnet:** try making the '$(RepoRoot)/publish' directory before zipping
580
594
  ([0241146](https://github.com/halospv3/hce.shared/commit/024114698c89f557513a61400729a609d7637bf0))
581
595
 
582
596
  ## [2.0.0](https://github.com/halospv3/hce.shared/compare/v1.2.7...v2.0.0) (2024-03-17)
583
597
 
584
598
  ### ⚠ BREAKING CHANGES
585
599
 
586
- - **node:** increase minimum version of NodeJS to 20.8.1 as required by
600
+ * **node:** increase minimum version of NodeJS to 20.8.1 as required by
587
601
  semantic-release
588
602
 
589
603
  ### Bug Fixes
590
604
 
591
- - add minimum npm version; error if required node, npm versions unavailable
605
+ * add minimum npm version; error if required node, npm versions unavailable
592
606
  ([3969ad5](https://github.com/halospv3/hce.shared/commit/3969ad5a012f8e8330a14267a44d2c65f25b0690))
593
- - **deps:** bump undici from 5.28.2 to 5.28.3
607
+ * **deps:** bump undici from 5.28.2 to 5.28.3
594
608
  ([7a6f822](https://github.com/halospv3/hce.shared/commit/7a6f8222c5fb83c7764765e956f7587971341da6))
595
- - **deps:** update commitlint monorepo to v19
609
+ * **deps:** update commitlint monorepo to v19
596
610
  ([9237ddb](https://github.com/halospv3/hce.shared/commit/9237ddbecd0b7d9dfbf50b96b9cc926da71ea165))
597
- - **deps:** update dependency semantic-release to v23
611
+ * **deps:** update dependency semantic-release to v23
598
612
  ([7e1a020](https://github.com/halospv3/hce.shared/commit/7e1a020ebf5bc87861c705789055540485713b4c))
599
- - **deps:** update semantic-release monorepo
613
+ * **deps:** update semantic-release monorepo
600
614
  ([ecd2ad3](https://github.com/halospv3/hce.shared/commit/ecd2ad33907e663cdf351481725a5f8a8ee439fb))
601
615
 
602
616
  ### Reverts
603
617
 
604
- - use './' instead of 'file:'
618
+ * use './' instead of 'file:'
605
619
  ([21fc83f](https://github.com/halospv3/hce.shared/commit/21fc83fef5d4bd1815ff4c2a4324559e40ae5519))
606
620
 
607
621
  ### Build System
608
622
 
609
- - **node:** :arrow_up: raise minimum NodeJS version to 20.8.1
623
+ * **node:** :arrow_up: raise minimum NodeJS version to 20.8.1
610
624
  ([cb92a3d](https://github.com/halospv3/hce.shared/commit/cb92a3d8917189464f36887b1e43bb099ecc175f))
611
625
 
612
626
  ## [1.2.7](https://github.com/halospv3/hce.shared/compare/v1.2.6...v1.2.7) (2024-01-06)
613
627
 
614
628
  ### Bug Fixes
615
629
 
616
- - **deps:** bump @commitlint/cli from 18.4.3 to 18.4.4
630
+ * **deps:** bump @commitlint/cli from 18.4.3 to 18.4.4
617
631
  ([c732a4b](https://github.com/halospv3/hce.shared/commit/c732a4b9a7154954000b97ba0a2f79765dc6c1a8))
618
- - **deps:** bump @commitlint/config-conventional from 18.4.3 to 18.4.4
632
+ * **deps:** bump @commitlint/config-conventional from 18.4.3 to 18.4.4
619
633
  ([cd95f08](https://github.com/halospv3/hce.shared/commit/cd95f082805d3766384a13f5353cc61d7882a0d5))
620
634
 
621
635
  ## [1.2.6](https://github.com/halospv3/hce.shared/compare/v1.2.5...v1.2.6) (2024-01-05)
622
636
 
623
637
  ### Bug Fixes
624
638
 
625
- - **deps:** update deps to latest stable versions
639
+ * **deps:** update deps to latest stable versions
626
640
  ([dce4301](https://github.com/halospv3/hce.shared/commit/dce4301d4b0af26ba1b41aa7928ff79e7923bcb9))
627
641
 
628
642
  ## [1.2.5](https://github.com/halospv3/hce.shared/compare/v1.2.4...v1.2.5) (2023-12-24)
@@ -631,14 +645,14 @@ for commit guidelines.
631
645
 
632
646
  ### Bug Fixes
633
647
 
634
- - **deps:** update commitlint monorepo to v18
648
+ * **deps:** update commitlint monorepo to v18
635
649
  ([bc04ff0](https://github.com/halospv3/hce.shared/commit/bc04ff041084d91ab0c33edc73caf32ab9af765c))
636
650
 
637
651
  ## [1.2.3](https://github.com/halospv3/hce.shared/compare/v1.2.2...v1.2.3) (2023-11-09)
638
652
 
639
653
  ### Bug Fixes
640
654
 
641
- - **dotnet:** change "MainLine" to "Mainline"
655
+ * **dotnet:** change "MainLine" to "Mainline"
642
656
  ([430d588](https://github.com/halospv3/hce.shared/commit/430d5886d4e142d7a2d5c776457d5044346ce598))
643
657
 
644
658
  ## [1.2.2](https://github.com/halospv3/hce.shared/compare/v1.2.1...v1.2.2) (2023-11-09)
@@ -649,94 +663,94 @@ for commit guidelines.
649
663
 
650
664
  ### Features
651
665
 
652
- - **node:** include semantic-release-export-data by default
666
+ * **node:** include semantic-release-export-data by default
653
667
  ([d7bd6bf](https://github.com/halospv3/hce.shared/commit/d7bd6bf298fa26405366af2eba809c0c426de76d))
654
- - **node:** publish _all_ files in ./publish/ directories
668
+ * **node:** publish _all_ files in ./publish/ directories
655
669
  ([82051be](https://github.com/halospv3/hce.shared/commit/82051bec96f1f37f12eb995fc4bd14afea9f5b31))
656
670
 
657
671
  ## [1.1.2](https://github.com/halospv3/hce.shared/compare/v1.1.1...v1.1.2) (2023-10-22)
658
672
 
659
673
  ### Bug Fixes
660
674
 
661
- - **node:** prefix 'cjs' dir to exports' module entry points
675
+ * **node:** prefix 'cjs' dir to exports' module entry points
662
676
  ([bf71890](https://github.com/halospv3/hce.shared/commit/bf7189037a5006ed589f55cd3c53d9c6f8f9d536))
663
677
 
664
678
  ## [1.1.1](https://github.com/halospv3/hce.shared/compare/v1.1.0...v1.1.1) (2023-10-19)
665
679
 
666
680
  ### Bug Fixes
667
681
 
668
- - **node:** rerelease v1.1.0
682
+ * **node:** rerelease v1.1.0
669
683
  ([f01f34a](https://github.com/halospv3/hce.shared/commit/f01f34a2b39ed6d95ba670dccc864dc147d2452e))
670
684
 
671
685
  ## [1.1.0](https://github.com/halospv3/hce.shared/compare/v1.0.5...v1.1.0) (2023-10-19)
672
686
 
673
687
  ### Features
674
688
 
675
- - add ZipPublishDir Target
689
+ * add ZipPublishDir Target
676
690
  ([36755ac](https://github.com/halospv3/hce.shared/commit/36755ac51586a636ee91057adda94dbff1359c73))
677
- - **node:** adopt Packemon for project management
691
+ * **node:** adopt Packemon for project management
678
692
  ([daafc7f](https://github.com/halospv3/hce.shared/commit/daafc7f74939f2793b1e3b8312fe95aa832614d3))
679
- - **node:** load, validate, and export semantic-release shareable configuration
693
+ * **node:** load, validate, and export semantic-release shareable configuration
680
694
  ([74c11af](https://github.com/halospv3/hce.shared/commit/74c11af149f36be5e84a9ee064caaf50522017d1))
681
695
 
682
696
  ### Bug Fixes
683
697
 
684
- - **deps:** update semantic-release monorepo
698
+ * **deps:** update semantic-release monorepo
685
699
  ([b8dd3c2](https://github.com/halospv3/hce.shared/commit/b8dd3c2386d9f9717a7f916dcdbc1a1cc5a5f5c5))
686
- - **deps:** update semantic-release monorepo
700
+ * **deps:** update semantic-release monorepo
687
701
  ([f507178](https://github.com/halospv3/hce.shared/commit/f507178302719193bf323a2f9decb113c078e163))
688
- - **dotnet:** always overwrite ZipPublishDir DestinationFile
702
+ * **dotnet:** always overwrite ZipPublishDir DestinationFile
689
703
  ([38ef324](https://github.com/halospv3/hce.shared/commit/38ef32430858ed1060077e7453f5f2825c7c6ab8))
690
- - **node:** bump minimum Node version to 18.17.1
704
+ * **node:** bump minimum Node version to 18.17.1
691
705
  ([92f5b47](https://github.com/halospv3/hce.shared/commit/92f5b47d40d1f9832b2e9f00b49579976b465166))
692
- - **node:** lift main function body to top-level; assign to const and export it
706
+ * **node:** lift main function body to top-level; assign to const and export it
693
707
  ([c0cc133](https://github.com/halospv3/hce.shared/commit/c0cc133d9d57949339d223f8aa12c123500c4d9c))
694
- - **node:** remove use of semantic-release's private get-config, get-logger
708
+ * **node:** remove use of semantic-release's private get-config, get-logger
695
709
  ([658b37c](https://github.com/halospv3/hce.shared/commit/658b37c6aee922a123b3c2128f5f588372bcbd7b))
696
- - **node:** resolve "parameter 'options' implicitly 'any'" (TS7006)
710
+ * **node:** resolve "parameter 'options' implicitly 'any'" (TS7006)
697
711
  ([5fd278b](https://github.com/halospv3/hce.shared/commit/5fd278bf0983f63bf41db1484fd62df133993870))
698
- - update destination path in ZipPublishDir
712
+ * update destination path in ZipPublishDir
699
713
  ([b7bfc24](https://github.com/halospv3/hce.shared/commit/b7bfc24f4917628ef9837f94d6e3f87be4b54b1b))
700
714
 
701
715
  ### Reverts
702
716
 
703
- - **node:** rename index.mts to index.ts
717
+ * **node:** rename index.mts to index.ts
704
718
  ([f0cd2ee](https://github.com/halospv3/hce.shared/commit/f0cd2ee2bc1e1a4af7dde349d6df65c85944b035))
705
719
 
706
720
  ## [1.0.5](https://github.com/halospv3/hce.shared/compare/v1.0.4...v1.0.5) (2023-07-17)
707
721
 
708
722
  ### Bug Fixes
709
723
 
710
- - **deps:** update dependency conventional-changelog-conventionalcommits to v6
724
+ * **deps:** update dependency conventional-changelog-conventionalcommits to v6
711
725
  ([8f283e6](https://github.com/halospv3/hce.shared/commit/8f283e63fdc03d2fe04e04c25e4283dfa757d4ff))
712
- - **deps:** update semantic-release monorepo
726
+ * **deps:** update semantic-release monorepo
713
727
  ([8d14404](https://github.com/halospv3/hce.shared/commit/8d1440455fe38d74f6e2a585a22dea9707659a69))
714
- - remove leftover mrm reference
728
+ * remove leftover mrm reference
715
729
  ([a60a1d2](https://github.com/halospv3/hce.shared/commit/a60a1d26f68149b364fb3c155fd605b48ea1cfc8))
716
730
 
717
731
  ## [1.0.4](https://github.com/halospv3/hce.shared/compare/v1.0.3...v1.0.4) (2023-05-26)
718
732
 
719
733
  ### Bug Fixes
720
734
 
721
- - **deps:** change all devDependencies to dependencies
735
+ * **deps:** change all devDependencies to dependencies
722
736
  ([79a4a30](https://github.com/halospv3/hce.shared/commit/79a4a3049d8c6f5f9c91a945bb06e0b2daea3cc7))
723
737
 
724
738
  ### 1.0.3 (2023-05-26)
725
739
 
726
740
  ### Bug Fixes
727
741
 
728
- - **dev-deps:** import deps into index.js stub
742
+ * **dev-deps:** import deps into index.js stub
729
743
  ([7fdb046](https://github.com/halospv3/hce.shared/commit/7fdb04646162dc205024c2b04af945e34d57b52c))
730
- - **dev-deps:** remove commitizen, cz-conventional-changelog
744
+ * **dev-deps:** remove commitizen, cz-conventional-changelog
731
745
  ([b91155a](https://github.com/halospv3/hce.shared/commit/b91155a7d4ba81af1432c520f55e3cb09c13089c))
732
- - remove commitizen script
746
+ * remove commitizen script
733
747
  ([46fdf69](https://github.com/halospv3/hce.shared/commit/46fdf6929bffbf63a81a2c2bfc06fb0d92e905e3))
734
748
 
735
749
  ## 1.0.2 (2021-12-29)
736
750
 
737
751
  ### Bug Fixes
738
752
 
739
- - **dev-deps:** import deps into index.js stub
753
+ * **dev-deps:** import deps into index.js stub
740
754
  ([7fdb046](https://github.com/halospv3/hce.shared/commit/7fdb04646162dc205024c2b04af945e34d57b52c))
741
- - **dev-deps:** remove commitizen, cz-conventional-changelog
755
+ * **dev-deps:** remove commitizen, cz-conventional-changelog
742
756
  ([b91155a](https://github.com/halospv3/hce.shared/commit/b91155a7d4ba81af1432c520f55e3cb09c13089c))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@halospv3/hce.shared-config",
3
- "version": "3.0.0-develop.24",
3
+ "version": "3.0.0-develop.25",
4
4
  "description": "Automate commit message quality, changelogs, and CI/CD releases. Exports a semantic-release shareable configuration deserialized from this package's '.releaserc.yml'. Shared resources for .NET projects are also distributed with this package.",
5
5
  "keywords": [
6
6
  "halo",