Skip to content

Commit

Permalink
release: v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed May 27, 2021
1 parent 3b689aa commit d7b8cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ bazel run client:qoot_pkg.publish -- --tag=next

## Pre-submit hooks

The project has pre-submit hooks which ensure that your code is correctly formated. You can run them manually like so:
The project has pre-submit hooks, which ensure that your code is correctly formatted. You can run them manually like so:

```
npm run lint
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@a-qoot/core",
"version": "0.0.5",
"version": "0.0.6",
"description": "An Open-Source framework designed for best possible [time to interactive](https://web.dev/interactive/), by focusing on [resumability](./docs/RESUMABLE.md) of server-side-rendering of HTML, and [fine-grained lazy-loading](./docs/LAZY_LOADING.md) of code.",
"typings": "./qoot.d.ts",
"main": "./qoot_cjs.js",
Expand Down

0 comments on commit d7b8cb7

Please sign in to comment.