@quenty/bufferencoder 1.0.1-canary.684.24818543952.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,9 +3,24 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## 1.0.1-canary.684.24818543952.0 (2026-04-23)
6
+ # 1.1.0 (2026-04-23)
7
7
 
8
8
 
9
9
  ### Features
10
10
 
11
11
  * Add initial brine library ([2fe6950](https://github.com/Quenty/NevermoreEngine/commit/2fe6950c3032a254f5812ca95cf368d1aa8c5861))
12
+
13
+
14
+
15
+
16
+
17
+ # v1.1.0 (Thu Apr 23 2026)
18
+
19
+ #### 🚀 Enhancement
20
+
21
+ - Add fake-skybox package, brine, and fix ObservableList behavior [#682](https://github.com/Quenty/NevermoreEngine/pull/682) ([@Quenty](https://github.com/Quenty))
22
+ - feat: Add initial brine library ([@Quenty](https://github.com/Quenty))
23
+
24
+ #### Authors: 1
25
+
26
+ - James Onnen ([@Quenty](https://github.com/Quenty))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/bufferencoder",
3
- "version": "1.0.1-canary.684.24818543952.0",
3
+ "version": "1.1.0",
4
4
  "description": "Buffer encoding redirection library",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -28,11 +28,11 @@
28
28
  "Quenty"
29
29
  ],
30
30
  "dependencies": {
31
- "@quenty/loader": "10.10.1-canary.684.24818543952.0",
31
+ "@quenty/loader": "10.11.0",
32
32
  "BufferEncoder.git": "github:anexpia/BufferEncoder"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "67b6385a1ead1ab1b137158b3e0c179e5f5b19ac"
37
+ "gitHead": "9413391da8b6f9026762285b601fd1d37d385a54"
38
38
  }