Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: Avram Walden <[email protected]>
  • Loading branch information
github-actions[bot] and aviemet authored Mar 18, 2023
1 parent 2e11824 commit 8dcaa8c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## 1.0.0 (2023-03-18)


### Features

* 🎸 Null types for optional fields are not exported by default ([5fe6a98](https://github.com/aviemet/ts_schema/commit/5fe6a980c80d34eb9c9d21d33b756c406fe0123d))
* Adds auth token secret ([d51fa5b](https://github.com/aviemet/ts_schema/commit/d51fa5bda56833aae4191e45a4d22bd824f0fa52))
* Adds auth token secret ([eed2839](https://github.com/aviemet/ts_schema/commit/eed2839ad3a35e2a26c028d1914e20ec0d2c9964))
* Renames copied text ([df777b4](https://github.com/aviemet/ts_schema/commit/df777b4f4ee8c5a77b67a764e2de13f8751ae4bd))
* Trying again ([898dfdc](https://github.com/aviemet/ts_schema/commit/898dfdc4d84d04b3d77906fd8e078458bce72e37))
* Trying different release-please ([df1abe4](https://github.com/aviemet/ts_schema/commit/df1abe44fd6c6df6714451888b55fceaa30b929c))


### Bug Fixes

* Adds Changelog ([bbf252b](https://github.com/aviemet/ts_schema/commit/bbf252bf89fff574c772fa44fe488d164d45a7d3))
* Adds token ([2e11824](https://github.com/aviemet/ts_schema/commit/2e11824d4511a14ef09de88a1652e78ae40461e0))
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ts_schema (0.2.1)
ts_schema (1.0.0)
rails (>= 6.0.0)
railties (>= 4)

Expand Down
2 changes: 1 addition & 1 deletion lib/ts_schema/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module TsSchema
VERSION = "0.2.1"
VERSION = "1.0.0"
end

0 comments on commit 8dcaa8c

Please sign in to comment.