# vanilla-routing

## 1.0.0

### Changed

- Split type definitions for `import` and `require` conditions in exports field to resolve TypeScript interop ambiguity.
- Updated development dependencies to latest versions for improved tooling and compatibility.

> **Note:** This version does not introduce any breaking changes in runtime behavior.  
> The version bump to `1.0.0` signals that the API is considered stable going forward.

## 0.0.4

### Internal

- Integrate Unit testing for `routes.ts`.

## 0.0.3

### Internal

- Update the release action for better DX.

## 0.0.2

### Internal

- Test integration for the internal test code `src/app`.

## 0.0.1

### Added

- Initial public release
