Skip to content

Commit

Permalink
Merge pull request #21 from nullworkbench/modify-re-base-url-to-public
Browse files Browse the repository at this point in the history
Modify re-base-url to public
  • Loading branch information
egs33 authored Jul 16, 2024
2 parents 29331a0 + cc26772 commit 5bfb61b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Unreleased

## 0.6.2
### Changed
- Make `re-base-url` to public. ([#21](https://github.com/toyokumo/kintone-client/pull/21))

## 0.6.1
### Changed
- Bump outdated dependencies. ([#20](https://github.com/toyokumo/kintone-client/pull/20))

## 0.6.0
### Added
- Add support App API ([#15](https://github.com/toyokumo/kintone-client/pull/15))
Expand Down
2 changes: 1 addition & 1 deletion src/kintone_client/url.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
(str/join "|"))
")"))

(def ^:private re-base-url
(def re-base-url
(re-pattern re-base-url*))

(defn extract-base-url
Expand Down

0 comments on commit 5bfb61b

Please sign in to comment.