Skip to content

Commit

Permalink
Merge pull request #1 from blb-ventures/release-please--branches--mai…
Browse files Browse the repository at this point in the history
…n--components--resource

chore(main): release 0.8.0
  • Loading branch information
edusig authored May 12, 2023
2 parents b78aa8b + 215fbb7 commit 4e840e0
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

## [0.8.0](https://github.com/blb-ventures/resource/compare/v0.7.1...v0.8.0) (2023-05-12)


### ⚠ BREAKING CHANGES

* refactors resource manager to depend less on resource types

### Features

* adds playground to package.json scripts ([b78aa8b](https://github.com/blb-ventures/resource/commit/b78aa8b4c22edc391551f87bc9dd9db429266991))


### Build System

* changes github release action ([cc455ca](https://github.com/blb-ventures/resource/commit/cc455cabe7d9238be02a95611046a2be698e6c01))


### Miscellaneous

* removes unused dep semantic-release ([c179259](https://github.com/blb-ventures/resource/commit/c179259baed9c31725072a999ea717e75688e936))


### Code Refactoring

* refactors resource manager to depend less on resource types ([b78aa8b](https://github.com/blb-ventures/resource/commit/b78aa8b4c22edc391551f87bc9dd9db429266991))
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": "@blb-ventures/resource",
"version": "0.7.1",
"version": "0.8.0",
"description": "",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
Expand Down

0 comments on commit 4e840e0

Please sign in to comment.