Compare commits
	
		
			3 Commits
		
	
	
		
			0.1.3
			...
			0a23f6a7e5
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 0a23f6a7e5 | |||
| 277269e299 | |||
| 0cd3c6da1b | 
							
								
								
									
										10
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								CHANGELOG.md
									
									
									
									
									
								
							@@ -2,8 +2,16 @@
 | 
			
		||||
 | 
			
		||||
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
 | 
			
		||||
 | 
			
		||||
#### [v0.1.3](https://git.odit.services/lfk/scanclient/compare/0.1.2...v0.1.3)
 | 
			
		||||
#### [v0.1.4](https://git.odit.services/lfk/scanclient/compare/0.1.3...v0.1.4)
 | 
			
		||||
 | 
			
		||||
- Formatting [`277269e`](https://git.odit.services/lfk/scanclient/commit/277269e299924dbc76b39d3503aa50da43888622)
 | 
			
		||||
- Added fix for empty input [`0cd3c6d`](https://git.odit.services/lfk/scanclient/commit/0cd3c6da1bb885eebb132b04ec3ef8e08f4ef679)
 | 
			
		||||
 | 
			
		||||
#### [0.1.3](https://git.odit.services/lfk/scanclient/compare/0.1.2...0.1.3)
 | 
			
		||||
 | 
			
		||||
> 7 April 2021
 | 
			
		||||
 | 
			
		||||
- 🚀Bumped version to 0.1.3 [`d443b29`](https://git.odit.services/lfk/scanclient/commit/d443b2904e9f51f9e182912bba1c2571d2c9abff)
 | 
			
		||||
- Added release title [`1092112`](https://git.odit.services/lfk/scanclient/commit/1092112f7f75e49f9a6b9c197a29cca77d73684f)
 | 
			
		||||
 | 
			
		||||
#### [0.1.2](https://git.odit.services/lfk/scanclient/compare/0.1.1...0.1.2)
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
	"name": "@lfk/scanclient",
 | 
			
		||||
	"version": "0.1.3",
 | 
			
		||||
	"version": "0.1.4",
 | 
			
		||||
	"scripts": {
 | 
			
		||||
		"dev": "vite",
 | 
			
		||||
		"build": "vite build",
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@
 | 
			
		||||
  import axios from "axios";
 | 
			
		||||
  import { _, locale } from "svelte-i18n";
 | 
			
		||||
  let token;
 | 
			
		||||
  let api_endpoint_input;
 | 
			
		||||
  let api_endpoint_input = "";
 | 
			
		||||
  $: error = false;
 | 
			
		||||
  $: errormessage = "";
 | 
			
		||||
  $: isTokenValid =
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user