Skip to content

Commit e77fce2

Browse files
committed
Preparing for the release of version 1.1.0
1 parent 11f6591 commit e77fce2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apon",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "A lightweight, zero-dependency JavaScript library for handling APON (Aspectran Parameters Object Notation).",
55
"main": "lib/apon.js",
66
"scripts": {

test/apon.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,3 @@ describe('APON.stringify', () => {
183183
expect(() => APON.stringify(null)).toThrow('APON.stringify input must be an object or an array.');
184184
});
185185
});
186-

0 commit comments

Comments
 (0)