Skip to content

Commit 30ef334

Browse files
committed
1.0.1
1 parent 6505823 commit 30ef334

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog
22

3+
## [1.0.1] - 2021-11-26
4+
5+
### Fixed
6+
7+
- Remove `codecs` from supported interfaces in `README` ([`3b6b003`](https://github.com/Level/transcoder/commit/3b6b003))
8+
39
## [1.0.0] - 2021-11-07
410

511
_:seedling: Initial release._
612

13+
[1.0.1]: https://github.com/Level/transcoder/releases/tag/v1.0.1
14+
715
[1.0.0]: https://github.com/Level/transcoder/releases/tag/v1.0.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "level-transcoder",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Encode data with built-in or custom encodings",
55
"license": "MIT",
66
"main": "index.js",

0 commit comments

Comments
 (0)