Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Commit 995ec49

Browse files
chore(release): 5.0.0 [skip ci]
# [5.0.0](v4.3.5...v5.0.0) (2022-12-08) * fix!: rename function with _exclusive suffix ([aeb54fe](aeb54fe)), closes [#216](#216) ### BREAKING CHANGES * rename `transitive_internal_dependency_package_names` to `transitive_internal_dependency_package_names_exclusive`.
1 parent aeb54fe commit 995ec49

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [5.0.0](https://github.com/typescript-tools/rust-implementation/compare/v4.3.5...v5.0.0) (2022-12-08)
2+
3+
4+
* fix!: rename function with _exclusive suffix ([aeb54fe](https://github.com/typescript-tools/rust-implementation/commit/aeb54fe5cd802126417b6c0379ea5fa36e5e6076)), closes [#216](https://github.com/typescript-tools/rust-implementation/issues/216)
5+
6+
7+
### BREAKING CHANGES
8+
9+
* rename `transitive_internal_dependency_package_names`
10+
to `transitive_internal_dependency_package_names_exclusive`.
11+
112
## [4.3.5](https://github.com/typescript-tools/rust-implementation/compare/v4.3.4...v4.3.5) (2022-12-08)
213

314

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": "@typescript-tools/rust-implementation",
3-
"version": "4.3.5",
3+
"version": "5.0.0",
44
"license": "ISC",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)