We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b4bb3 commit 3e94054Copy full SHA for 3e94054
packages/web/CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Changelog
2
3
-## 3.3.0 2023-2-23
+## 3.3.1 2023-2-27
4
+
5
+### Fixed
6
7
+- Updated rules in package.json to include missing files.
8
9
+## 3.3.0 2023-2-27
10
11
### Added
12
packages/web/package.json
@@ -1,12 +1,11 @@
{
"name": "@concordium/web-sdk",
- "version": "3.3.0",
+ "version": "3.3.1",
"license": "Apache-2.0",
"browser": "lib/concordium.min.js",
"types": "lib/index.d.ts",
"files": [
- "lib/concordium.min*",
- "lib/index.d.ts"
+ "lib/**/*"
],
"repository": {
"type": "git",
0 commit comments