Skip to content

Commit

Permalink
LUAFDN-1497 Bump rotriever release (#181)
Browse files Browse the repository at this point in the history
* Bump rotriever

* Update Changelog
  • Loading branch information
RoFlection Bot committed Jan 30, 2023
1 parent b3db1f0 commit 4e8e55f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 1.2.2

* Optimize charCodeAt by removing an iterations over all codepoints in the input string.

## 1.2.1

* :hammer_and_wrench: Error and AssertionError use global suffix ([#178](https://github.com/Roblox/luau-polyfill/pull/178))
Expand Down
4 changes: 2 additions & 2 deletions rotriever.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
version = "1.2.1"
version = "1.2.2"
members = ["modules/*"]
default_member = "LuauPolyfill"
authors = [
Expand All @@ -20,4 +20,4 @@ Promise = "github.com/evaera/[email protected]"

# Patch latest copies of collections into jest dependencies to dodge lint
[config.patch."github.com/roblox/luau-polyfill"]
Collections = { path = "modules/collections" }
Collections = { path = "modules/collections" }

0 comments on commit 4e8e55f

Please sign in to comment.