Skip to content

Commit

Permalink
Release 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nezuo committed Jan 11, 2024
1 parent b0aa275 commit 65669b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Lapis Changelog

## Unreleased Changes

## 0.2.9 - January 1, 2024
* `Document:close` no longer errors when called again and instead returns the original promise. ([#35])
* This is so it won't error when called from `PlayerRemoving` if `game:BindToClose` happens to run first.

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Micah
Copyright (c) 2024 Micah

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nezuo/lapis"
version = "0.2.8"
version = "0.2.9"
registry = "https://github.com/UpliftGames/wally-index"
exclude = ["**"]
include = ["src", "src/*", "default.project.json", "wally.toml", "LICENSE"]
Expand Down

0 comments on commit 65669b3

Please sign in to comment.