Compare commits
	
		
			2 Commits
		
	
	
		
			0cd3c6da1b
			...
			0.1.4
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 0a23f6a7e5 | |||
| 277269e299 | 
							
								
								
									
										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.
 | 
					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)
 | 
					- 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)
 | 
					#### [0.1.2](https://git.odit.services/lfk/scanclient/compare/0.1.1...0.1.2)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
	"name": "@lfk/scanclient",
 | 
						"name": "@lfk/scanclient",
 | 
				
			||||||
	"version": "0.1.3",
 | 
						"version": "0.1.4",
 | 
				
			||||||
	"scripts": {
 | 
						"scripts": {
 | 
				
			||||||
		"dev": "vite",
 | 
							"dev": "vite",
 | 
				
			||||||
		"build": "vite build",
 | 
							"build": "vite build",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,7 +5,7 @@
 | 
				
			|||||||
  import axios from "axios";
 | 
					  import axios from "axios";
 | 
				
			||||||
  import { _, locale } from "svelte-i18n";
 | 
					  import { _, locale } from "svelte-i18n";
 | 
				
			||||||
  let token;
 | 
					  let token;
 | 
				
			||||||
  let api_endpoint_input ="";
 | 
					  let api_endpoint_input = "";
 | 
				
			||||||
  $: error = false;
 | 
					  $: error = false;
 | 
				
			||||||
  $: errormessage = "";
 | 
					  $: errormessage = "";
 | 
				
			||||||
  $: isTokenValid =
 | 
					  $: isTokenValid =
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user