Skip to content

Commit 4a43bf4

Browse files
chore: version packages (#2)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @taskade/uri-parser@0.1.1 ### Patch Changes - 00549af: build(deps): Download @taskade/eslint-plugin from npm Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 00549af commit 4a43bf4

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.changeset/goofy-doors-juggle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Changelog
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 00549af: build(deps): Download @taskade/eslint-plugin from npm
8+
39
## 0.1.0 - 2026-01-22
410

511
### Added
12+
613
- Initial implementation
714
- Lexer with explicit token types
815
- Parser with support for:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taskade/uri-parser",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A lexer/parser based URI parser for URLs with optional schemes and host detection",
55
"type": "module",
66
"main": "./dist/cjs/index.cjs",

0 commit comments

Comments
 (0)