Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gjbkz committed Aug 7, 2022
1 parent f508cd5 commit ee8d4b6
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog

## v0.1.0 (2022-08-07)

### Features

- add negotiate ([6ae939e](https://github.com/nlibjs/negotiate/commit/6ae939e623b755b5b3b2b14896492cec56d8983c))
- add parseAcceptStatement ([38a6a3c](https://github.com/nlibjs/negotiate/commit/38a6a3ce80cb4ab4ab4b99eac72644172ab75eaa))
- add parseNegotiationItem ([81a179a](https://github.com/nlibjs/negotiate/commit/81a179ae0dea0fdc9df8878555f26a9a51f6106b))
- add isDenseString ([ffb6779](https://github.com/nlibjs/negotiate/commit/ffb6779763857b746ac0a9a990aba348bc819022))

### Bug Fixes

- isDenseString is internal ([888c694](https://github.com/nlibjs/negotiate/commit/888c694c9edd5c7cd2201dc17d61a1878a54f21d))

### Documentation

- update README ([f508cd5](https://github.com/nlibjs/negotiate/commit/f508cd590ebd13680314fcfa5739a8dd1746a5f7))

### Build System

- build works ([4e326e9](https://github.com/nlibjs/negotiate/commit/4e326e950273af915e69c8704739048e2d02913d))

### Continuous Integration

- setup CI ([0290bed](https://github.com/nlibjs/negotiate/commit/0290bed8a92583e51d22bcce1aeb5aad474fffde))


4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.0.0",
"version": "0.1.0",
"license": "Apache-2.0",
"author": {
"name": "Kei Ito",
Expand Down

0 comments on commit ee8d4b6

Please sign in to comment.