Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# @alecvision/borg
# Changelog

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [0.4.12](https://github.com/alecvision/borg/compare/v0.4.11...v0.4.12) (2023-04-26)

## [0.4.11](https://github.com/alecvision/borg/compare/v0.4.10...v0.4.11) (2023-04-26)


### Bug Fixes

* correct bonstype inference for objects ([7eb445f](https://github.com/alecvision/borg/commit/7eb445fc61e60b15500b6fae16383cc736872442))

## 0.4.10

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alecvision/borg",
"version": "0.4.10",
"version": "0.4.12",
"description": "Model your data with Borg and get run-time type validation, TypeScript types, (de)serialization, and MongoDB niceties such as BSON type conversion and auto-generated validation schemas - for free. ",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 2 additions & 0 deletions src/Borg.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import type { BorgError } from "src/errors";
import type { Meta } from "./types/Meta";

// testing gh workflow

/////////////////////////////////////////////////////////////////////////////////////////////
/// ///
/// BBBBBBBBBBBBBBBBB OOOOOOOOOOOO RRRRRRRRRRRRRRRRR GGGGGGGGGGG ///
Expand Down