Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hisorange committed Oct 3, 2022
1 parent f392e10 commit 8d5c050
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ on:
- '**.js'
- '**.yml'
- '**.json'
- '**.md'
pull_request:
paths:
- '**.ts'
- '**.js'
- '**.yml'
- '**.json'
- '**.md'

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hisorange/kernel",
"version": "1.0.0",
"version": "1.0.1",
"description": "Application kernel with context and modular loading support",
"main": "index.js",
"repository": "https://github.com/hisorange/kernel",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Build](https://github.com/hisorange/kernel/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/hisorange/kernel/actions/workflows/ci.yml)
[![NPM](https://img.shields.io/npm/dt/@hisorange/kernel?label=NPM)](https://www.npmjs.com/package/@hisorange/kernel)
[![GitHub Last Update](https://img.shields.io/github/last-commit/hisorange/kernel?label=Last%20Updated)](https://github.com/hisorange/kernel/commits/main)
[![License](https://img.shields.io/github/license/hisorange/kernel?label=License)](https://github.com/hisorange/kernel/blob/main/LICENSE)
[![License](https://img.shields.io/github/license/hisorange/kernel?label=License)](https://github.com/hisorange/kernel/blob/main/license)

Just my personal take on an async application kernel. It has injection management, simple module system, and a few other things.

Expand Down

0 comments on commit 8d5c050

Please sign in to comment.