We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6505823 commit 30ef334Copy full SHA for 30ef334
CHANGELOG.md
@@ -1,7 +1,15 @@
1
# Changelog
2
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
9
## [1.0.0] - 2021-11-07
10
11
_:seedling: Initial release._
12
13
+[1.0.1]: https://github.com/Level/transcoder/releases/tag/v1.0.1
14
15
[1.0.0]: https://github.com/Level/transcoder/releases/tag/v1.0.0
package.json
@@ -1,6 +1,6 @@
{
"name": "level-transcoder",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Encode data with built-in or custom encodings",
"license": "MIT",
"main": "index.js",
0 commit comments