# ChangeLog: v1.3.75

* [CHANGELOG.md](https://github.com/swc-project/swc/blob/000f817bccadbe6b019381d9a0b996b4b088ff67/CHANGELOG.md#1375---2023-08-08)
    
* [Full ChangeLog](https://github.com/swc-project/swc/milestone/432?closed=1)
    

---

This version contains lots of patches. Most importantly, the GitHub release is now created again ([#7768](https://github.com/swc-project/swc/pull/7768)). Still, this version is mainly about the bugfixes for the SWC minifier.

* Fix codegen of escape sequences ([#7687](https://github.com/swc-project/swc/pull/7687))
    
* Alias `output` as `format` ([#7746](https://github.com/swc-project/swc/pull/7746))
    
* Fix panic related to `Array.slice` ([#7745](https://github.com/swc-project/swc/pull/7745))
    
* Add preserving logic for `typeof foo` ([#7763](https://github.com/swc-project/swc/pull/7763))
    

---

This version also includes some minor bugfixes like

* Fix usage of plugin fs cache ([#7748](https://github.com/swc-project/swc/pull/7748))
    
* Fix infinite loop of `systemjs` in some edge cases ([#7741](https://github.com/swc-project/swc/pull/7741))
    
* Fix loose mode of the spread pass ([#7760](https://github.com/swc-project/swc/pull/7760))
    

---

Additionally, there were some refactorings regarding `unsafe`.

* Drop `lexical` ([#7758](https://github.com/swc-project/swc/pull/7758))
    
* Do not use `transmute` needlessly ([#7771](https://github.com/swc-project/swc/pull/7771))
