diff --git a/.changeset/olive-pugs-shave.md b/.changeset/olive-pugs-shave.md deleted file mode 100644 index c0388fd..0000000 --- a/.changeset/olive-pugs-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"filesystem-routing": patch ---- - -keep TypeScript namespace members in route files during production builds diff --git a/.changeset/tidy-donuts-sing.md b/.changeset/tidy-donuts-sing.md deleted file mode 100644 index 2659371..0000000 --- a/.changeset/tidy-donuts-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"filesystem-routing": patch ---- - -keep route module ids ending in a real extension so ecosystem plugins match, and name route chunks after their file rather than their pick id diff --git a/CHANGELOG.md b/CHANGELOG.md index 0290fef..3f49225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # filesystem-routing +## 0.1.2 + +### Patch Changes + +- c65d71a: keep TypeScript namespace members in route files during production builds +- c65d71a: keep route module ids ending in a real extension so ecosystem plugins match, and name route chunks after their file rather than their pick id + ## 0.1.1 ### Patch Changes diff --git a/package.json b/package.json index 917b928..7e9fdc1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "filesystem-routing", "description": "Router-neutral file-system routing: scans a route directory into a neutral route manifest with pluggable conventions and delivery adapters", "license": "MIT", - "version": "0.1.1", + "version": "0.1.2", "author": "Ryan Carniato", "homepage": "https://github.com/solidjs/filesystem-routing#readme", "repository": {