We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc7f9d commit abcb5f2Copy full SHA for abcb5f2
CHANGELOG.md
@@ -1,5 +1,15 @@
1
This is the revision history of @msgpack/msgpack
2
3
+## v2.3.1 2021/02/13
4
+
5
+https://github.com/msgpack/msgpack-javascript/compare/v2.3.0...v2.3.1
6
7
+* Fixed a lot of typos
8
+* Update dev environment:
9
+ * Migration to GitHub Actions
10
+ * Upgrade Webpack from v4 to v5
11
+ * Enable `noImplicitReturns` and `noUncheckedIndexedAccess` in tsconfig
12
13
## v2.3.0 2020/10/17
14
15
https://github.com/msgpack/msgpack-javascript/compare/v2.2.1...v2.3.0
0 commit comments