From b419ac163d0fb3a05bb9516a46cc5adc2663e1da Mon Sep 17 00:00:00 2001 From: Joshua Lochner Date: Mon, 13 Mar 2023 17:39:18 +0200 Subject: [PATCH] Update version to 1.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9cee4ea..e1f1a0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xenova/transformers", - "version": "1.1.1", + "version": "1.2.0", "description": "Run 🤗 Transformers in your browser! We currently support BERT, ALBERT, DistilBERT, T5, T5v1.1, FLAN-T5, GPT2, BART, Whisper, Vision Transformer, and VisionEncoderDecoder models, for a variety of tasks including: masked language modelling, text classification, text-to-text generation, translation, summarization, question answering, text generation, automatic speech recognition, image classification, and image-to-text.", "main": "./src/transformers.js", "directories": {