Skip to content

Commit

Permalink
Merge pull request #132 from ubiquity-os/release-please--branches--ma…
Browse files Browse the repository at this point in the history
…in--components--ubiquity-os-kernel

chore(main): release 2.1.2
  • Loading branch information
gentlementlegen authored Oct 11, 2024
2 parents 23bffc1 + ec4b1ff commit 882efa0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.1.2](https://github.com/ubiquity-os/ubiquity-os-kernel/compare/v2.1.1...v2.1.2) (2024-10-11)


### Bug Fixes

* update eslint ignores ([758145b](https://github.com/ubiquity-os/ubiquity-os-kernel/commit/758145bf998e66560ae105e0353b8a5ede05f19f))
* update Husky setup for production and CI ([9a76d37](https://github.com/ubiquity-os/ubiquity-os-kernel/commit/9a76d37ec6839f2296cece682192b9cb653b0553))
* update husky to version 9.1.6 ([ca08e9f](https://github.com/ubiquity-os/ubiquity-os-kernel/commit/ca08e9f8485a9ae8129e96fdefe052c1a9109ac0))

## [2.1.1](https://github.com/ubiquity-os/ubiquity-os-kernel/compare/v2.1.0...v2.1.1) (2024-10-11)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ubiquity-dao/ubiquity-os-kernel",
"version": "2.1.1",
"version": "2.1.2",
"private": false,
"description": "The kernel for UbiquityOS.",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"format:lint": "eslint --fix .",
"format:prettier": "prettier --write .",
"format:cspell": "cspell **/*",
"prepare": "node .husky/install.mjs",
"prepare": "node .husky/install.mjs",
"deploy-dev": "wrangler deploy --env dev",
"deploy-production": "wrangler deploy --env production",
"worker": "wrangler dev --env dev --port 8787",
Expand Down

0 comments on commit 882efa0

Please sign in to comment.