Skip to content

Commit 159dd89

Browse files
chore: version packages (#4)
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/temporal-parser@1.0.1 ### Patch Changes - 7e2bb77: docs: add CHANGELOG.md with 1.0.0 release notes - 5165f82: build(ci): Fix GitHub Packages publish workflow to use correct registry. Previously, the GitHub Packages publish step was attempting to publish to npm registry instead of GitHub Packages registry. This adds the explicit `--registry` flag to ensure packages are published to the correct location. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7e2bb77 commit 159dd89

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/add-a-changelog.md

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

.changeset/long-drinks-grin.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,5 +1,12 @@
11
# @taskade/temporal-parser
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 7e2bb77: docs: add CHANGELOG.md with 1.0.0 release notes
8+
- 5165f82: build(ci): Fix GitHub Packages publish workflow to use correct registry. Previously, the GitHub Packages publish step was attempting to publish to npm registry instead of GitHub Packages registry. This adds the explicit `--registry` flag to ensure packages are published to the correct location.
9+
310
## 1.0.0
411

512
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taskade/temporal-parser",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A lexer/parser based temporal expression parser for ISO 8601 and IXDTF formats",
55
"type": "module",
66
"main": "./dist/cjs/index.cjs",

0 commit comments

Comments
 (0)