Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 13, 2024
1 parent ba05e9f commit d4fec04
Showing 2 changed files with 20 additions and 12 deletions.
8 changes: 8 additions & 0 deletions projects/ng-error-handlers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.2](https://github.com/ms-dosx86/ng-error-handlers/compare/v1.0.1...v1.0.2) (2024-07-13)


### Bug Fixes

* sync package.json versions ([168264f](https://github.com/ms-dosx86/ng-error-handlers/commit/168264fdbb250b690f78fe6fb2f142e0a74a0038))
* update param name ([55e2c06](https://github.com/ms-dosx86/ng-error-handlers/commit/55e2c06d894344789bad5d159bfacee076fb861a))

## [1.0.1](https://github.com/ms-dosx86/ng-error-handlers/compare/v1.0.0...v1.0.1) (2024-07-13)


24 changes: 12 additions & 12 deletions projects/ng-error-handlers/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "ng-error-handlers",
"version": "0.0.1",
"peerDependencies": {
"@angular/core": "^17.0.0 || ^18.0.0"
},
"repository": {
"url": "https://github.com/ms-dosx86/ng-error-handlers.git"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false
"name": "ng-error-handlers",
"version": "1.0.2",
"peerDependencies": {
"@angular/core": "^17.0.0 || ^18.0.0"
},
"repository": {
"url": "https://github.com/ms-dosx86/ng-error-handlers.git"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false
}

0 comments on commit d4fec04

Please sign in to comment.