Skip to content

Commit

Permalink
πŸ”– Release as v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
skerit committed Aug 12, 2024
1 parent 97e7ce5 commit b76789d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.9.3 (WIP)
## 0.9.3 (2024-08-12)

* Add `Trail#ifNull(fallback)` method
* Make `Function.getDescendant(name)` also try the lowercase version of the name
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "protoblast",
"description": "Native object expansion library",
"version": "0.9.3-alpha",
"version": "0.9.3",
"author": "Jelle De Loecker <[email protected]>",
"keywords": [
"prototype",
Expand All @@ -12,7 +12,7 @@
"browser"
],
"dependencies": {
"json-dry" : "~2.0.1"
"json-dry" : "~2.0.3"
},
"repository": "11ways/protoblast",
"homepage": "https://protoblast.develry.be/",
Expand Down

0 comments on commit b76789d

Please sign in to comment.