Skip to content

Commit

Permalink
chore(🦋): Update Package Version (#24)
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]

### Minor Changes

-   56b6fd6: Remove start and end date from work schema.
    -   the same information can now be derived from the Role schema.
- the changes in schema have also been reflected in the `resume.yml`

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 29, 2024
1 parent 56b6fd6 commit 1a42bd4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .changeset/olive-carrots-judge.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rotten-hotels-beam.md

This file was deleted.

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

## 10.1.0

### Minor Changes

- 56b6fd6: Remove start and end date from work schema.
- the same information can now be derived from the Role schema.
- the changes in schema have also been reflected in the `resume.yml`

## 10.0.2

### Patch 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": "10.0.2",
"version": "10.1.0",
"type": "module",
"exports": {
"./resume.yml": "./resume.yml",
Expand Down

0 comments on commit 1a42bd4

Please sign in to comment.