Skip to content

Commit

Permalink
chore(main): release object-store 0.2.0 (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 20, 2024
1 parent a8b7ee8 commit 9beb97b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.1"
".": "0.2.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/humanwhocodes/object-store/compare/object-store-v0.1.1...object-store-v0.2.0) (2024-06-20)


### Features

* copyFile/copyFolder methods ([a8b7ee8](https://github.com/humanwhocodes/object-store/commit/a8b7ee8bcb4219f0aea823e8fefa3b54f6402515))

## [0.1.1](https://github.com/humanwhocodes/object-store/compare/object-store-v0.1.0...object-store-v0.1.1) (2024-06-20)


Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humanwhocodes/object-store",
"version": "0.1.1",
"version": "0.2.0",
"exports": "./dist/object-store.js",
"publish": {
"include": [
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humanwhocodes/object-store",
"version": "0.1.1",
"version": "0.2.0",
"description": "An in-memory object store modeled on cloud drives like Google Drive.",
"type": "module",
"main": "dist/object-store.cjs",
Expand Down

0 comments on commit 9beb97b

Please sign in to comment.