Skip to content

Commit

Permalink
chore(release): 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aidlran committed Feb 25, 2024
1 parent 20dd899 commit 346de2a
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 81 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.1.1 (2024-02-25)

### Features

- **signals:** add awaitable `tick` ([4e50ada](https://github.com/aidlran/signals/commit/4e50adace6469415a7a7f0f60989066dc3ceba87))

## 0.1.0 (2024-01-26)

### Features
Expand Down
150 changes: 75 additions & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adamantjs/signals",
"version": "0.1.0",
"version": "0.1.1",
"description": "A lightweight reactive programming library.",
"license": "MIT",
"author": "Aidan Loughran",
Expand Down Expand Up @@ -48,17 +48,17 @@
}
},
"devDependencies": {
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"prettier-plugin-jsdoc": "^1.3.0",
"publint": "^0.2.7",
"svelte": "^4.2.11",
"svelte": "^4.2.12",
"typescript": "~5.3.3"
}
}

0 comments on commit 346de2a

Please sign in to comment.