We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 766ce25 commit 83afb81Copy full SHA for 83afb81
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
All notable changes to the Custom Type API will be made here.
2
3
+0.1.1 29 April
4
+
5
+- Fixing the deploy things
6
7
+0.1.0 28 April 2021
8
9
+- Working version with basic features implemented
10
11
0.0.1 10 April 2021
12
-- Initial layout and go at ts 🤣
13
+- Initial layout and go at ts 🤣
package.json
@@ -1,8 +1,8 @@
{
"name": "@reecem/custom-type-api",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "API interface for the Prismic.io Custom Type API (beta)",
- "main": "src/index.ts",
+ "main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --build tsconfig.json"
0 commit comments