Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](Flow-Works/FlowOS@v1.1.0...v2.0.0) (2024-01-23)

### Bug Fixes

* actually stopped boot overflowing ([4bd8f9b](Flow-Works/FlowOS@4bd8f9b))
* made `flowos-docs` build ([aff12d0](Flow-Works/FlowOS@aff12d0))
* made code follow ts-standard ([cf8f1b8](Flow-Works/FlowOS@cf8f1b8))
* make tests pass again ([0cf9209](Flow-Works/FlowOS@0cf9209))
* remove duplicate 'overflow' property ([d9ab009](Flow-Works/FlowOS@d9ab009))
* stop boot div from overflowing ([a08b8d9](Flow-Works/FlowOS@a08b8d9))

### Features

* add progress indicator to boot sequence ([48294da](Flow-Works/FlowOS@48294da))
* created an actual kernel and bootloader ([04ccdf1](Flow-Works/FlowOS@04ccdf1)), closes [#151](https://github.com/Flow-Works/FlowOS/issues/151)

### BREAKING CHANGES

* `process.kernel.loadLibrary('lib/VirtualFS')` replaced by `process.fs`
  • Loading branch information
semantic-release-bot committed Jan 23, 2024
1 parent 518e821 commit d26ef5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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": "flowos",
"version": "1.1.0",
"version": "2.0.0",
"description": "The most aesthetic webOS.",
"main": "src/bootloader.ts",
"scripts": {
Expand Down

0 comments on commit d26ef5e

Please sign in to comment.