Skip to content

Commit

Permalink
15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Aug 20, 2023
1 parent cf99370 commit cc5a5e1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [15.0.0](https://github.com/nfroidure/common-services/compare/v14.0.0...v15.0.0) (2023-08-20)


### Code Refactoring

* **process:** remove the process service ([59051e2](https://github.com/nfroidure/common-services/commit/59051e27deb76642b14b24be7943f1c0675c0cc5))


### BREAKING CHANGES

* **process:** No more `process` service.



# [14.0.0](https://github.com/nfroidure/common-services/compare/v13.0.0...v14.0.0) (2023-08-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
]
},
"name": "common-services",
"version": "14.0.0",
"version": "15.0.0",
"description": "A module to gather very common services.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -206,4 +206,4 @@
]
}
}
}
}

0 comments on commit cc5a5e1

Please sign in to comment.