Skip to content

Commit

Permalink
chore(🦋): Update Package Version (#33)
Browse files Browse the repository at this point in the history
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 publish to npm
yourself or [setup this action to publish
automatically](https://github.com/changesets/action#with-publishing). 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
## @suddenlygiovanni/[email protected]

### Patch Changes

-   ad219ad: chore(deps): update effect packages

    ```diff
    -   "effect": "3.1.0",
    +   "effect": "3.1.1",

    -	"@effect/schema": "0.66.12",
    +	"@effect/schema": "0.66.13",

    ```

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 2, 2024
1 parent ad219ad commit 015e142
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
14 changes: 0 additions & 14 deletions .changeset/eleven-plums-rush.md

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @suddenly-giovanni/resume

## 11.0.1

### Patch Changes

- ad219ad: chore(deps): update effect packages

```diff
- "effect": "3.1.0",
+ "effect": "3.1.1",

- "@effect/schema": "0.66.12",
+ "@effect/schema": "0.66.13",

```

## 11.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suddenlygiovanni/resume",
"version": "11.0.0",
"version": "11.0.1",
"type": "module",
"exports": {
"./resume.yml": "./resume.yml",
Expand Down

0 comments on commit 015e142

Please sign in to comment.