@quenty/bufferencoder 1.1.0 → 1.1.1

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 +5 -6
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,16 +3,15 @@
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.1.0 (2026-04-23)
7
-
8
-
9
- ### Features
10
-
11
- * Add initial brine library ([2fe6950](https://github.com/Quenty/NevermoreEngine/commit/2fe6950c3032a254f5812ca95cf368d1aa8c5861))
6
+ ## [1.1.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/bufferencoder@1.1.0...@quenty/bufferencoder@1.1.1) (2026-08-13)
12
7
 
8
+ **Note:** Version bump only for package @quenty/bufferencoder
13
9
 
10
+ # 1.1.0 (2026-04-23)
14
11
 
12
+ ### Features
15
13
 
14
+ - Add initial brine library ([2fe6950](https://github.com/Quenty/NevermoreEngine/commit/2fe6950c3032a254f5812ca95cf368d1aa8c5861))
16
15
 
17
16
  # v1.1.0 (Thu Apr 23 2026)
18
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/bufferencoder",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Buffer encoding redirection library",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -14,7 +14,7 @@
14
14
  "repository": {
15
15
  "type": "git",
16
16
  "url": "https://github.com/Quenty/NevermoreEngine.git",
17
- "directory": "src/bufferencoder/"
17
+ "directory": "src/buffer-encoder/"
18
18
  },
19
19
  "funding": {
20
20
  "type": "patreon",
@@ -34,5 +34,5 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "9413391da8b6f9026762285b601fd1d37d385a54"
37
+ "gitHead": "2808f7b0f98a18163c6819aeb5fd9064496bc63a"
38
38
  }