# Update Log

### v1.4.1 (07/13/2022)

* Fixed `overwrite`
* Events won't emit without running the function. (EX: `dir` won't emit if the directory already exists)

### v1.4.0 (07/10/2022)

* Dubnium now has **0** dependencies!
* Bug fixes

### v1.3.0 (06/11/2022)

* [CLI](/1/reference/cli.md)

### v1.2.0 (06/09/2022)

* [Events](/1/reference/events.md)
* Bug fixes

### v1.1.0 (05/29/2022)

* Update log
* More options for the [`byAge`](https://db.coolstone.dev/reference/api/create-and-delete) method
* Custom file types
* Bug fixes

### Get the latest version

```bash
npm i dubnium@latest
```

### Archive

[v0](https://db.coolstone.dev/0/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://db.coolstone.dev/1/update-log.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
