v1.1.0 - Performance optimization
🔥 Slight performance optimization, instead of document.querySelector() we now do document.head.querySelector() since tags are only added to document.head anyway.
This is a non-breaking change and shouldn't affect any usage.