build(release): 0.1.1

Signed-off-by: Lukas Obermann <lukas.obermann@icloud.com>
This commit is contained in:
Lukas Obermann
2026-02-26 00:06:41 +01:00
parent 310addbe87
commit 556904a2cb
4 changed files with 11 additions and 4 deletions
+7
View File
@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
## [0.1.1](https://github.com/Optolith/adventure-points/compare/v0.1.0...v0.1.1) (2026-02-25)
### Features
* throw on negative ratings ([31247de](https://github.com/Optolith/adventure-points/commit/31247de30b992c15c5d2e2abbac027dbc155acd2))
## 0.1.0 (2026-02-25)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@optolith/adventure-points",
"version": "0.1.0",
"version": "0.1.1",
"license": "MPL-2.0",
"exports": {
"./improvement-cost": "./src/improvementCost.ts"
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@elyukai/markdown",
"version": "0.1.3",
"version": "0.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@elyukai/markdown",
"version": "0.1.3",
"version": "0.1.1",
"license": "MPL-2.0",
"dependencies": {
"@elyukai/utils": "^0.2.8"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@optolith/adventure-points",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"license": "MPL-2.0",
"author": "Lukas Obermann",