Skip to content

Commit

Permalink
chore(main): release impvol 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and boneskull committed Aug 23, 2024
1 parent e5efa7a commit b2ca31e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 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.0"
".": "0.1.1"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Changelog

## [0.1.1](https://github.com/boneskull/impvol/compare/impvol-v0.1.0...impvol-v0.1.1) (2024-08-23)


### Features

* add implementation ([feb34df](https://github.com/boneskull/impvol/commit/feb34df8a0a94fb57aa6c75d707689ad05dd678d))
* initialized repo ✨ ([9e2163e](https://github.com/boneskull/impvol/commit/9e2163ea05d4bcf9edcb4135b18fe08a4edacc1e))
* make it way faster ([bd7fb43](https://github.com/boneskull/impvol/commit/bd7fb43819e60267e836399134041f93fd5239da))
* release me, please ([7ecb4a5](https://github.com/boneskull/impvol/commit/7ecb4a58a73e7ff8ec3cc512e2eb00530b108284))


### Bug Fixes

* bad types ([3e12ecb](https://github.com/boneskull/impvol/commit/3e12ecb2c02b421bec508eccb38465fb7c0a0f08))
* format is required to be returned in ResolveHook ([a025fcf](https://github.com/boneskull/impvol/commit/a025fcf90b97699ef9d0a1dbdd26cf5432791543))
* no more singletons ([2e78dcb](https://github.com/boneskull/impvol/commit/2e78dcbbecee6209713fdfb7a1e74151eec9649b))

## 0.1.0 (2024-07-29)

### Features
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": "impvol",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"description": "Import scripts and modules from virtual filesystems",
"repository": {
Expand Down

0 comments on commit b2ca31e

Please sign in to comment.