Skip to content

Commit 4e840e0

Browse files
authored
Merge pull request #1 from blb-ventures/release-please--branches--main--components--resource
chore(main): release 0.8.0
2 parents b78aa8b + 215fbb7 commit 4e840e0

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
## [0.8.0](https://github.com/blb-ventures/resource/compare/v0.7.1...v0.8.0) (2023-05-12)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* refactors resource manager to depend less on resource types
9+
10+
### Features
11+
12+
* adds playground to package.json scripts ([b78aa8b](https://github.com/blb-ventures/resource/commit/b78aa8b4c22edc391551f87bc9dd9db429266991))
13+
14+
15+
### Build System
16+
17+
* changes github release action ([cc455ca](https://github.com/blb-ventures/resource/commit/cc455cabe7d9238be02a95611046a2be698e6c01))
18+
19+
20+
### Miscellaneous
21+
22+
* removes unused dep semantic-release ([c179259](https://github.com/blb-ventures/resource/commit/c179259baed9c31725072a999ea717e75688e936))
23+
24+
25+
### Code Refactoring
26+
27+
* refactors resource manager to depend less on resource types ([b78aa8b](https://github.com/blb-ventures/resource/commit/b78aa8b4c22edc391551f87bc9dd9db429266991))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blb-ventures/resource",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"description": "",
55
"main": "./lib/index.js",
66
"module": "./lib/index.mjs",

0 commit comments

Comments
 (0)