chore(release): 1.0.2

This commit is contained in:
Nikita Dezzpil Orlov 2021-09-29 18:42:29 +03:00
parent f998ee630b
commit 1e795e3bf9
3 changed files with 13 additions and 3 deletions

10
HISTORY.md Normal file
View File

@ -0,0 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.0.2](https://git.archive.systems/Dezzpil/ivanovna.orm/compare/v1.0.1...v1.0.2) (2021-09-29)
### Bug Fixes
* Добавил главный файл с экспортами, поправил пэкадж и названия файла хранилища монги ([f998ee6](https://git.archive.systems/Dezzpil/ivanovna.orm/commit/f998ee630bdb5277f06743b0fb332dab9c6ec638))

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "ivna-orm",
"version": "1.0.1",
"version": "1.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ivna-orm",
"version": "1.0.1",
"version": "1.0.2",
"license": "ISC",
"dependencies": {
"mongodb": "^4.1.2",

View File

@ -1,6 +1,6 @@
{
"name": "ivna-orm",
"version": "1.0.1",
"version": "1.0.2",
"description": "Mini ORM for convenience",
"main": "src/index.ts",
"files": [